// 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 referenceNo description available.
The BIDI_REQUEST_DATA structure holds a single bidi request.
dwReqNumberSpecifies the index of the request, which is used to match a response with a request in a multirequest operation.
pSchemaPointer to a memory location containing the first byte of the schema string.
dataSpecifies a BIDI_DATA structure containing the data associated with the schema.