dced_binding_free(3dce)Releases the resources associated with a dced binding handle Synopsis #include <dce/dced.h> void dced_binding_free( dced_binding_handle_t dced_bh, error_status_t *status); Parameters Input
dced_bh Output
status
Description 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. error_status_ok rpc_s_invalid_binding rpc_s_wrong_kind_of_binding
Related Information dced_binding_from_rpc_binding(3dce) Book: OSF DCE Application Development Guide - Core Components
|