2.2.1.1.2 RPC_QUEUE_HANDLE

The RPC_QUEUE_HANDLE handle is an RPC context handle representing a queue object, as specified in [C706] section 14.2.16.6. A client MUST call rpc_QMOpenQueueInternal (section 3.1.4.17) to create an RPC_QUEUE_HANDLE handle and rpc_ACCloseHandle (section 3.1.4.18) to close an RPC_QUEUE_HANDLE.

This type is declared as follows:

 typedef [context_handle] void* RPC_QUEUE_HANDLE;