Unit 'JwaWindows' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#winunits-jedi]

_USER_ALL_INFORMATION

Declaration

Source position: jwasubauth.pas line 194

type _USER_ALL_INFORMATION = record

  LastLogon: LARGE_INTEGER;

  LastLogoff: LARGE_INTEGER;

  PasswordLastSet: LARGE_INTEGER;

  AccountExpires: LARGE_INTEGER;

  PasswordCanChange: LARGE_INTEGER;

  PasswordMustChange: LARGE_INTEGER;

  UserName: UNICODE_STRING;

  FullName: UNICODE_STRING;

  HomeDirectory: UNICODE_STRING;

  HomeDirectoryDrive: UNICODE_STRING;

  ScriptPath: UNICODE_STRING;

  ProfilePath: UNICODE_STRING;

  AdminComment: UNICODE_STRING;

  WorkStations: UNICODE_STRING;

  UserComment: UNICODE_STRING;

  Parameters: UNICODE_STRING;

  LmPassword: UNICODE_STRING;

  NtPassword: UNICODE_STRING;

  PrivateData: UNICODE_STRING;

  SecurityDescriptor: SR_SECURITY_DESCRIPTOR;

  UserId: ULONG;

  PrimaryGroupId: ULONG;

  UserAccountControl: ULONG;

  WhichFields: ULONG;

  LogonHours: LOGON_HOURS;

  BadPasswordCount: USHORT;

  LogonCount: USHORT;

  CountryCode: USHORT;

  CodePage: USHORT;

  LmPasswordPresent: ByteBool;

  NtPasswordPresent: ByteBool;

  PasswordExpired: ByteBool;

  PrivateDataSensitive: ByteBool;

end;


Documentation generated on: 2023-03-18