sec_cred_get_extended_attrs(3sec)Returns extended attributes from a privilege handle Synopsis
#include <dce/sec_cred.h> Parameters Input
callers_pas Input/Output
cursor Output
attr
status
Description Before you execute call, you must execute: · A sec_cred_get_initiator( ) or sec_cred_get_delegate( ) call to obtain a sec_cred_pa_handle_t for the callers_pas parameter. · A sec_cred_initialize_attr_cursor( ) to initialize a sec_attr_t. To obtain all the extended registry attributes in the privilege attribute handle, repeat sec_cred_get_extended_attrs( ) calls until the status message no_more_entries_available is returned. 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. sec_cred_s_invalid_pa_handle sec_cred_s_invalid_cursor sec_cred_s_no_more_entries error_status_ok
Related Information sec_cred_initialize_attr_cursor(3sec)
|