PreviousNext

The Client Binding and RPC Invocation

To use RPC, a client must first establish a binding to the server. The following steps cover bindings and binding handles.

The programmer designing clients must decide whether or not to use threads, and should have an understanding of multithreaded clients. DCE provides a set of tools for multithreaded programming; these are described in Threads.

More:

Importing the Binding Information from the Namespace

Annotating the Binding Handle for Security

Invoking Remote Procedure Calls