Previous section.

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

NAME

sec_cred_free_cursor-Releases local resources allocated to a sec_cred_cursor_t

SYNOPSIS

#include <dce/sec_cred.h>

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

PARAMETERS

Input/Output

cursor

As input, a sec_cred_cursor_t whose resources are to be freed. As output, a sec_cred_cursor_t whose resources are freed.

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_cred_free_cursor() routine releases local resources allocated to a sec_cred_cursor_t used by the sec_cred_get_delegate() call.

FILES

/usr/include/dce/sec_cred.idl

The idl file from which dce/sec_cred.h was derived.

ERRORS

sec_login_s_no_memory

error_status_ok

SEE ALSO

Functions: sec_cred_get_delegate(), sec_cred_initialize_cursor().
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