2.2.4.2 QUEUE_CONTEXT_HANDLE_SERIALIZE

QUEUE_CONTEXT_HANDLE_SERIALIZE is an RPC context handle representing an open queue. Refer to [MSDN-MMSCH] for details on modes of the context handles. For this context handle, there can be no more than one pending RPC call on the server. On the wire it is identical to QUEUE_CONTEXT_HANDLE_NOSERIALIZE (section 2.2.4.1).

This type is declared as follows:

 typedef [context_handle] QUEUE_CONTEXT_HANDLE_NOSERIALIZE QUEUE_CONTEXT_HANDLE_SERIALIZE;

The context handle MUST NOT be type_strict, but it MUST be strict. More details on RPC context handles are specified in [C706] sections 4.2.16.6, 5.1.6, and 6.1 and [MS-RPCE] sections 3.1.1.5.3.2.2.2 and 3.3.1.4.1.