rpc_sm_client_free(3rpc)Frees memory returned from a client stub Synopsis #include <rpc.h> void rpc_sm_client_free ( idl_void_p_t node_to_free, unsigned32 *status); Parameters Input
node_to_free Output
status
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.
Return Values Errors The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
rpc_s_ok
Related Information rpc_sm_get_thread_handle(3rpc) rpc_sm_set_client_alloc_free(3rpc) rpc_sm_set_thread_handle(3rpc) rpc_sm_swap_client_alloc_free(3rpc)
|