PreviousNext

Transitioning from Client to Server to Client

Immediately before the program changes from a client to a server, it must obtain a handle on its environment as a client by calling rpc_ss_get_thread_handle( ). When it reverts from a server to a client, it must reestablish the client environment by calling the rpc_ss_set_thread_handle( ) routine, supplying the previously obtained handle as a parameter.