Previous section.

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

NAME

sec_login_inquire_net_info-Retrieve certain network information from login context

SYNOPSIS

#include <dce/sec_login.h>

void sec_login_inquire_net_info (
    sec_login_handle_t login_context,
    sec_login_net_info_t *net_info,
    error_status_t *status );

PARAMETERS

Input

login_context

Login context from which network information is to be retrieved.

Output

net_info

The retrieved network information.

status

The completion status.

DESCRIPTION

The sec_login_inquire_net_info() routine returns certain network information (represented by the sec_login_net_info_t structure) from a login context.

The memory for net_info is dynamically allocated, and can be freed with sec_login_free_net_info().

ERRORS

error_status_ok

sec_login_s_auth_local

sec_login_s_context_invalid

sec_login_s_internal_error

sec_login_s_no_current_context

sec_login_s_not_certified

SEE ALSO

Functions: sec_login_get_expiration(), sec_login_free_net_info().
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