2.2.4.1 QUEUE_CONTEXT_HANDLE_NOSERIALIZE

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

This type is declared as follows:

 typedef [context_handle] void* QUEUE_CONTEXT_HANDLE_NOSERIALIZE;

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.