rpc_binding_free(3rpc)Releases binding handle resources Used by client or server applications. Synopsis #include <dce/rpc.h> void rpc_binding_free rpc_binding_handle_t *binding, unsigned32 *status); Parameters Input/Output
binding Output
status
Description If the free-binding operation succeeds, the binding parameter returns the value NULL.
An application can dynamically create binding handles by calling any of the following routines:
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_binding
rpc_s_wrong_kind_of_binding
Related Information rpc_binding_from_string_binding(3rpc) rpc_ns_binding_import_next(3rpc) rpc_ns_binding_lookup_next(3rpc)
|