dce_attr_sch_update_entry(3dce)Updates a schema entry Synopsis #include <dce/dce_attr_sch.h> void dce_attr_sch_update_entry( dce_attr_sch_handle_t h, dce_attr_schema_entry_parts_t modify_parts, dce_attr_schema_entry_t *schema_entry, error_status_t *status); Parameters Input
h
modify_parts
schema_entry Output
status
Description Some schema entry components can never be modified. Instead to make any changes to these components, the schema entry must be deleted (which deletes all attribute instances of that type) and recreated. These components are listed below: · Attribute name · Reserved flag · Apply defaults flag · Intercell action flag · Trigger types · Comment Fields that are arrays of structures (such as acl_mgr_set and trig_binding) are completely replaced by the new input array. This operation cannot be used to add a new element to the existing array.
Permissions Required 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_binding error_status_ok
Related Information dce_attr_sch_delete_entry(3dce) dce_attr_sch_create_entry(3dce)
|