| 
 
 dce_attr_sch_lookup_by_name(3dce)Reads a schema entry identified by name Synopsis #include <dce/dce_attr_base.h> void dce_attr_sch_lookup_by_name( dce_attr_sch_handle_t h, char *attr_name, dce_attr_schema_entry_t *schema_entry, error_status_t *status); Parameters Input 
h  
attr_name  Output 
schema_entry  
status  
Description  After a successful call, free the resources allocated by this routine for the attr parameter by using the sec_attr_util_sch_inst_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_id(3dce) sec_attr_util_inst_free_ptrs(3sec) 
 
 
  |