dce_attr_sch_bind(3dce)Return an opaque handle to a schema object Synopsis #include <dce/dce_attr_base.h> void dce_attr_sch_bind( dce_attr_component_name_t schema_name, dce_bind_auth_info_t *auth_info, dce_attr_sch_handle_t *h, error_status_t *status); Parameters Input
schema_name
auth_info Output
h
status
Description Permissions Required The dce_attr_sch_update_entry( ) routine requires appropriate permissions on the schema object. These permissions are managed by the target server. Files
/usr/include/dce/dce_attr_base.idl 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. dce_attr_s_bad_name sec_login_s_no_current_context rpc_s_entry_not_found rpc_s_no_more_bindings dce_attr_s_unknown_auth_info_type dce_attr_s_no_memory error_status_ok
Related Information
|