2.2.1.2.10 RPC_BIDI_REQUEST_CONTAINER

The RPC_BIDI_REQUEST_CONTAINER structure is a container for a list of bidirectional requests.<6>

 typedef struct _RPC_BIDI_REQUEST_CONTAINER {
   DWORD Version;
   DWORD Flags;
   DWORD Count;
   [size_is(Count), unique] RPC_BIDI_REQUEST_DATA aData[];
 } RPC_BIDI_REQUEST_CONTAINER;

Version: The version of the bidirectional API schema. The value of this member MUST be 0x00000001.

Flags: A value that MUST be set to zero when sent and MUST be ignored on receipt.

Count: The number of bidirectional requests in the aData member.

aData: An array of RPC_BIDI_REQUEST_DATA structures. Each structure in this member contains a single bidirectional request. For details, see section 2.2.1.12.1.