rpc_tower_to_binding(3rpc)Returns a binding handle from a tower representation Synopsis #include <dce/rpc.h> void rpc_tower_to_binding( byte_p_t prot_tower, rpc_binding_handle_t *binding, unsigned32 *status); Parameters Input
prot_tower Output
binding
status
Description When an application finishes using the binding parameter, the application calls the rpc_binding_free( ) routine to release the memory used by the binding handle. The rpc_intro(3rpc) reference page contains an explanation of binding handles.
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
rpc_s_invalid_arg
rpc_s_invalid_endpoint_format
rpc_s_protseq_not_supported
Related Information rpc_tower_vector_from_binding(3rpc)
|