2.2.1.6 PCONTEXT_HANDLE_TYPE

The PCONTEXT_HANDLE_TYPE data type stores a context handle that is used by methods in the tapsrv interface. The context handle is a structure that is created by the server to represent a client context. The client and server MUST pass it to RPC as a void pointer to the context handle data structure.

This type is declared as follows:

 typedef [context_handle] void* PCONTEXT_HANDLE_TYPE;