dce_attr_sch_lookup_by_id(3dce)Reads a schema entry identified by UUID Synopsis #include <dce/dce_attr_base.h> void dce_attr_sch_lookup_by_id( dce_attr_sch_handle_t h, uuid_t *attr_id, dce_attr_schema_entry_t *schema_entry, error_status_t *status); Parameters Input
h
attr_id Output
schema_entry
status
Description After a successful call, free the resources allocated by this routine for the schema_entry parameter by using the sec_attr_util_sch_ent_free_ptrs( ) routine.
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_lookup_by_name(3dce) sec_attr_util_sch_ent_free_ptrs(3sec)
|