BIDI_REQUEST_DATA structure (winspool.h)
The BIDI_REQUEST_DATA structure holds a single bidi request.
Syntax
typedef struct _BIDI_REQUEST_DATA {
DWORD dwReqNumber;
LPWSTR pSchema;
BIDI_DATA data;
} BIDI_REQUEST_DATA, *PBIDI_REQUEST_DATA, *LPBIDI_REQUEST_DATA;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | This structure is available in Windows XP and later. |
Header | winspool.h (include Winspool.h) |