NWFSE_AUTH_INFO
Returns Server Environment authentication information. Used by NWGetServerConnInfo.
typedef struct
{
nuint32 loginStatus;
nuint32 loginPrivileges;
} NWFSE_AUTH_INFO;
Type
NWFSE_AUTH_INFO = packed RECORD
loginStatus : nuint32;
loginPrivileges : nuint32;
End;