// d4drvif.h
typedef struct _DOT4_DC_OPEN_DATA {
unsigned char bHsid;
unsigned char fAddActivity;
CHANNEL_HANDLE hChannelHandle;
} DOT4_DC_OPEN_DATA, *PDOT4_DC_OPEN_DATA;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the DOT4_DC_OPEN_DATA structure.
bHsidSpecifies if the host socket created by CREATE_SOCKET.
fAddActivitySet to TRUE to immediately add activity broadcast upon creation.
hChannelHandleSpecifies the handle to the channel returned.