sec_cred_initialize_attr_cursor- Initializes a sec_attr_cursor_t
#include <dce/sec_cred.h> void sec_cred_initialize_attr_cursor ( sec_cred_attr_cursor_t *cursor, error_status_t *status );
Input/Output
- cursor
As input, a pointer to a sec_cred_attr_cursor_t to be initialized. As output, a pointer to an initialized sec_cred_attr_cursor_t.
Output
- status
A pointer to the completion status. On successful completion, the routine returns error_status_ok. Otherwise, it returns an error.
Thesec_cred_initialize_attr_cursor() routine allocates and initializes a cursor of type sec_cred_attr_cursor_t for use with thesec_cred_get_extended_attrs() call. Use thesec_cred_free_attr_cursor() call to free the resources allocated to cursor.
- /usr/include/dce/sec_cred.idl
The idl file from which dce/sec_cred.h was derived.
- sec_login_s_no_memory
- error_status_ok
Functions:sec_cred_free_attr_cursor() ,sec_cred_get_extended_attrs() .
Contents | Next section | Index |