windows-nt/Source/XPSP1/NT/base/fs/rdr2/rdbss/smb.mrx/mssndrcv.h
2020-09-26 16:20:57 +08:00

32 lines
743 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++ BUILD Version: 0009 // Increment this if a change has global effects
Copyright (c) 1987-1993 Microsoft Corporation
Module Name:
mssndrcv.h
Abstract:
This is the include file that defines all constants and types for mailslot
related transports.
Revision History:
Balan Sethu Raman (SethuR) 06-June-95 Created
Notes:
--*/
#ifndef _MSSNDRCV_H_
#define _MSSNDRCV_H_
typedef struct SMBCE_SERVER_MAILSLOT_TRANSPORT {
SMBCE_SERVER_TRANSPORT; // Anonymous struct for common fields
ULONG TransportAddressLength;
PTRANSPORT_ADDRESS pTransportAddress;
} SMBCE_SERVER_MAILSLOT_TRANSPORT, *PSMBCE_SERVER_MAILSLOT_TRANSPORT;
#endif // _MSSNDRCV_H_