dce_server_inq_attr(3dce)Obtains from dced the value of an attribute known to the server Synopsis #include <dce/dced.h> void dce_server_inq_attr( uuid_t *attribute_uuid, sec_attr_t *value, error_status_t *status); Parameters Input
attribute_uuid Output
value
status
Description 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 dced_s_server_attr_not_found dced_s_not_started_by_dced
Related Information Book: OSF DCE Application Development Guide - Core Components
|