Previous section.

DCE 1.1: Authentication and Security Services
Copyright © 1997 The Open Group

NAME

sec_login_cred_init_cursor- Initializes a sec_cred_cursor_t

SYNOPSIS

#include <dce/sec_cred.h>

void sec_login_cred_init_cursor (
    sec_cred_cursor_t *cursor,
    error_status_t *status );

PARAMETERS

Input/Output

cursor

As input, a pointer to a sec_cred_cursor_t to be initialized. As output, a pointer to an initialized sec_cred_cursor_t.

Output

status

A pointer to the completion status. On successful completion, the routine returns error_status_ok. Otherwise, it returns an error.

DESCRIPTION

The sec_login_cred_init_cursor() routine allocates and initializes a cursor of type sec_cursor_t for use with the sec_login_cred_get_delegate() call.

Use the sec_cred_free_cursor() call to free the resources allocated to cursor.

ERRORS

sec_cred_s_invalid_cursor

sec_login_s_no_memory

error_status_ok

SEE ALSO

Functions: sec_login_cred_get_delegate().
Please note that the html version of this specification may contain formatting aberrations. The definitive version is available as an electronic publication on CD-ROM from The Open Group.

Contents Next section Index