NWFSE_AUTH_INFO

Returns Server Environment authentication information. Used by NWGetServerConnInfo.

Service:Server Environment
Defined In:nwfse.h

Structure

  typedef struct 
  { 
     nuint32   loginStatus; 
     nuint32   loginPrivileges; 
  } NWFSE_AUTH_INFO;
  

Delphi Syntax

  Type
     NWFSE_AUTH_INFO = packed RECORD
        loginStatus     : nuint32;
        loginPrivileges : nuint32;
     End; 
  

Fields

loginStatus
Specifies the login status:

Number

Constant

0x00000001

LOGGED_IN

0x00000002

BEING_ABORTED

0x00000010

MAC_STATION

0x00000020

AUTHENTICATED_TEMPORARY

0x00000100

LOGOUT_IN_PROGRESS

0x00000200

INTERNAL_LOGIN

0x00000400

BINDERY_CONNECTION

loginPrivileges
Specifies the access privileges the logged in user possesses:
  • 0x1 Supervisor privileges
  • 0x2 Console operator privileges
  • 0x4 Auditor privileges