DOT4_DC_OPEN_DATA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d4drvif-_dot4_dc_open_data)

Description

This topic describes the DOT4_DC_OPEN_DATA structure.

Members

bHsid

Specifies if the host socket created by CREATE_SOCKET.

fAddActivity

Set to TRUE to immediately add activity broadcast upon creation.

hChannelHandle

Specifies the handle to the channel returned.