DOT4_DRIVER_CMD structure (d4drvif.h)

This topic describes the DOT4_DRIVER_CMD structure.

Syntax

typedef struct _DOT4_DRIVER_CMD {
  CHANNEL_HANDLE hChannelHandle;
  ULONG          ulSize;
  ULONG          ulOffset;
  ULONG          ulTimeout;
} DOT4_DRIVER_CMD, *PDOT4_DRIVER_CMD;

Members

hChannelHandle

Specifies the handle to the channel.

ulSize

Specifies the length of the request.

ulOffset

Specifies the offset into the buffer.

ulTimeout

Specifies the timeout of the operation. Can be INFINITE.

Requirements

Requirement Value
Header d4drvif.h