rpc_sm_swap_client_alloc_free(3rpc)Exchanges the current memory allocation and freeing mechanism used by the client stubs with one supplied by the client Synopsis #include <rpc.h> void rpc_sm_swap_client_alloc_free ( idl_void_p_t (*p_allocate) ( unsigned long size), void (*p_free) ( idl_void_p_t ptr), idl_void_p_t (**p_p_old_allocate) ( unsigned long size), void (**p_p_old_free) ( idl_void_p_t ptr), unsigned32 *status); Parameters Input
p_allocate
p_free Output
p_p_old_allocate
p_p_old_free
status
Description
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_set_client_alloc_free(3rpc)
|