DOT4_DC_OPEN_DATA structure (d4drvif.h)

This topic describes the DOT4_DC_OPEN_DATA structure.

Syntax

typedef struct _DOT4_DC_OPEN_DATA {
  unsigned char  bHsid;
  unsigned char  fAddActivity;
  CHANNEL_HANDLE hChannelHandle;
} DOT4_DC_OPEN_DATA, *PDOT4_DC_OPEN_DATA;

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.

Requirements

Requirement Value
Header d4drvif.h (include D4drvif.h)