rpc_ss_client_free(3rpc)Frees memory returned from a client stub Used by client applications. Synopsis #include <dce/rpc.h> void rpc_ss_client_free (idl_void_p_t node_to_free); Parameters Input
node_to_free
Description This routine enables a routine to deallocate dynamically allocated memory returned by an RPC call without knowledge of the memory management environment from which it was called. Note that while this routine is always called from client code, the code can be executing as part of another server.
Return Values
Related Information rpc_ss_get_thread_handle(3rpc) rpc_ss_set_client_alloc_free(3rpc) rpc_ss_set_thread_handle(3rpc) rpc_ss_swap_client_alloc_free(3rpc)
|