2.2.4 PRPCREMOTEOBJECT
The PRPCREMOTEOBJECT data type defines an RPC context handle, which corresponds to the server remote object representing a client registration. A client MUST call IRPCRemoteObject_Create to create a PRPCREMOTEOBJECT handle, and IRPCRemoteObject_Delete to delete a PRPCREMOTEOBJECT handle (section 3.1.2.4).
This type is declared as follows:
-
typedef [context_handle] void* PRPCREMOTEOBJECT;