2.2.21 Binding Handle

This protocol reuses the RPC binding handle as the logical connection between the client and server. Numerous methods described in section 3.1.4 take the binding handle as the first parameter.

This type is declared as follows:

 typedef I_RPC_HANDLE RPC_BINDING_HANDLE;

This data type declares a binding handle containing information that the RPC run-time library uses to access binding information. For more information about the RPC binding handle, see [MSDN-BNDHNDLS].