BIDI_REQUEST_DATA - NtDoc

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

typedef struct _BIDI_REQUEST_DATA {
  DWORD     dwReqNumber;
  LPWSTR    pSchema;
  BIDI_DATA data;
} BIDI_REQUEST_DATA, *PBIDI_REQUEST_DATA, *LPBIDI_REQUEST_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-winspool-_bidi_request_data)

_BIDI_REQUEST_DATA structure

Description

The BIDI_REQUEST_DATA structure holds a single bidi request.

Members

dwReqNumber

Specifies the index of the request, which is used to match a response with a request in a multirequest operation.

pSchema

Pointer to a memory location containing the first byte of the schema string.

data

Specifies a BIDI_DATA structure containing the data associated with the schema.

See also

BIDI_DATA

BIDI_REQUEST_CONTAINER