PreviousNext

Partially Bound Handles with a Non-nil Object UUID

If the application has a partially bound handle with a non-nil object UUID, the application can decide not to call the rpc_ep_resolve_binding( ) routine before calling a procedure in the management interface. In this case the remote management call is sent to a server instance, registered on the remote host, that offers that object UUID.

After completing the remote management call, the application has a fully bound handle to that server instance. The server instance that the handle specifies probably offers the non-management interfaces of interest to the calling application. However, if you want to be certain of obtaining a fully bound handle to a server instance that offers the interfaces needed for later remote procedure calls, call the rpc_ep_resolve_binding( ) routine.