// d4drvif.h
typedef struct _DOT4_DC_CREATE_DATA {
unsigned char bPsid;
CHAR pServiceName[MAX_SERVICE_LENGTH + 1];
unsigned char bType;
ULONG ulBufferSize;
USHORT usMaxHtoPPacketSize;
USHORT usMaxPtoHPacketSize;
unsigned char bHsid;
} DOT4_DC_CREATE_DATA, *PDOT4_DC_CREATE_DATA;
View the official Windows Driver Kit DDI referenceNo description available.
Defines the DOT4_DC_CREATE_DATA construct.
bPsidSpecifies this or the service name sent.
pServiceNameDescribes the CHAR member pServiceName.
bTypeSpecifies the type, stream or packet, of channels on the socket.
ulBufferSizeSpecifies the size of the read buffer for channels on socket.
usMaxHtoPPacketSizeDescribes the USHORT member usMaxHtoPPacketSize.
usMaxPtoHPacketSizeDescribes the USHORT member usMaxPtoHPacketSize.
bHsidSpecifies the host socket ID returned.