DOT4_DC_CREATE_DATA structure (d4drvif.h)
Defines the DOT4_DC_CREATE_DATA construct.
Syntax
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;
Members
bPsid
Specifies this or the service name sent.
pServiceName[MAX_SERVICE_LENGTH + 1]
Describes the CHAR member pServiceName.
bType
Specifies the type, stream or packet, of channels on the socket.
ulBufferSize
Specifies the size of the read buffer for channels on socket.
usMaxHtoPPacketSize
Describes the USHORT member usMaxHtoPPacketSize.
usMaxPtoHPacketSize
Describes the USHORT member usMaxPtoHPacketSize.
bHsid
Specifies the host socket ID returned.
Requirements
Requirement | Value |
---|---|
Header | d4drvif.h |