Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 2.77 KB

ns-winspool-_bidi_request_container.md

File metadata and controls

81 lines (63 loc) · 2.77 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:winspool._BIDI_REQUEST_CONTAINER
_BIDI_REQUEST_CONTAINER (winspool.h)
The BIDI_REQUEST_CONTAINER structure is a container for a list of bidi requests.
print\bidi_request_container.htm
print
04/20/2018
BIDI_REQUEST_CONTAINER structure
*LPBIDI_REQUEST_CONTAINER, *PBIDI_REQUEST_CONTAINER, BIDI_REQUEST_CONTAINER, BIDI_REQUEST_CONTAINER structure [Print Devices], LPBIDI_REQUEST_CONTAINER, LPBIDI_REQUEST_CONTAINER structure pointer [Print Devices], PBIDI_REQUEST_CONTAINER, PBIDI_REQUEST_CONTAINER structure pointer [Print Devices], _BIDI_REQUEST_CONTAINER, print.bidi_request_container, spoolfnc_26c43d0f-69f8-415c-8653-79ef503fe139.xml, winspool/BIDI_REQUEST_CONTAINER, winspool/LPBIDI_REQUEST_CONTAINER, winspool/PBIDI_REQUEST_CONTAINER
winspool.h
Winspool.h
Windows
This structure is available in Windows XP and later.
Windows
BIDI_REQUEST_CONTAINER, *PBIDI_REQUEST_CONTAINER, *LPBIDI_REQUEST_CONTAINER
_BIDI_REQUEST_CONTAINER
winspool/_BIDI_REQUEST_CONTAINER
PBIDI_REQUEST_CONTAINER
winspool/PBIDI_REQUEST_CONTAINER
BIDI_REQUEST_CONTAINER
winspool/BIDI_REQUEST_CONTAINER
APIRef
kbSyntax
HeaderDef
winspool.h
_BIDI_REQUEST_CONTAINER
PBIDI_REQUEST_CONTAINER
BIDI_REQUEST_CONTAINER

_BIDI_REQUEST_CONTAINER structure

-description

The BIDI_REQUEST_CONTAINER structure is a container for a list of bidi requests.

-struct-fields

-field Version

Specifies the version of the bidi API Schema, which is currently 1.

-field Flags

Is a set of flags reserved for system use. This must be zero.

-field Count

Specifies the number of bidi requests in the aData member. A container can contain zero or more requests, although a value of zero is valid only if the action is BIDI_ACTION_ENUM_SCHEMA.

-field aData

Is an array of BIDI_REQUEST_DATA structures, each holding a single bidi request.

-remarks

Even though the aData member of this structure is an array with only a single array element, aData[0] should be thought of as the first element of an array of (possibly) an arbitrarily large size.

-see-also

BIDI_REQUEST_DATA