PreviousNext

Reclaiming Client Memory Resources for the Context Handle

In the event that a communications error causes the context handle to be unusable, the resources that maintain the context handle must be reclaimed. Use the rpc_ss_destroy_client_context( ) routine in the client application to reclaim the client side resources and to set the context handle value to NULL.

The syntax of the routine is as follows:

void rpc_ss_destroy_client_context(

void *p_unusable_context_handle);