DOT4_DRIVER_CMD - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d4drvif.h

typedef struct _DOT4_DRIVER_CMD {
  CHANNEL_HANDLE hChannelHandle;
  ULONG          ulSize;
  ULONG          ulOffset;
  ULONG          ulTimeout;
} DOT4_DRIVER_CMD, *PDOT4_DRIVER_CMD;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DOT4_DRIVER_CMD structure

Description

This topic describes the DOT4_DRIVER_CMD structure.

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.