dced_server_delete(3dce)Deletes a DCE server's configuration data from dced Synopsis #include <dce/dced.h> void dced_server_delete( dced_binding_handle_t dced_bh, uuid_t *conf_uuid, error_status_t *status); Parameters Input
dced_bh
conf_uuid Output
status
Description Prior to using dced_server_delete( ), the server configuration data must be created by an administrator using the dcecp server create operation or by an application that using dced_server_create( ). Prior to calling dced_server_delete( ), the application must have established a valid dced binding handle to the srvrconf service by calling either dced_binding_create( ) or dced_binding_from_rpc_binding( ).
Examples
dced_binding_handle_t dced_bh; dced_binding_free(dced_bh, &status); 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 db_s_bad_index_type db_s_del_failed db_s_iter_not_allowed dced_s_bad_binding dced_s_not_found sec_acl_invalid_permission
Related Information dced_server_modify_attributes(3dce) dced_binding_from_rpc_binding(3dce) dcecp objects: server(8dce) Book: OSF DCE Application Development Guide - Core Components
|