2.2.1.8.1 NETLOGON_VALIDATION_UAS_INFO

The NETLOGON_VALIDATION_UAS_INFO structure was for the support of LAN Manager products and is beyond the scope of this document.

 typedef struct _NETLOGON_VALIDATION_UAS_INFO {
   [string] wchar_t* usrlog1_eff_name;
   DWORD usrlog1_priv;
   DWORD usrlog1_auth_flags;
   DWORD usrlog1_num_logons;
   DWORD usrlog1_bad_pw_count;
   DWORD usrlog1_last_logon;
   DWORD usrlog1_last_logoff;
   DWORD usrlog1_logoff_time;
   DWORD usrlog1_kickoff_time;
   DWORD usrlog1_password_age;
   DWORD usrlog1_pw_can_change;
   DWORD usrlog1_pw_must_change;
   [string] wchar_t* usrlog1_computer;
   [string] wchar_t* usrlog1_domain;
   [string] wchar_t* usrlog1_script_path;
   DWORD usrlog1_reserved1;
 } NETLOGON_VALIDATION_UAS_INFO,
  *PNETLOGON_VALIDATION_UAS_INFO;