Hm.. vielleicht hab ich einfach eine alte Version, aber bei mir schaut die so aus:
Delphi-Quellcode:
type
// See Microsoft documentation for details
TUserInfo_3 = record // record for user information, incomplete!
Name: string;
FullName: string;
Comment: string;
HomeDir: string;
Password: string;
PasswordAge: DWORD; // in seconds
LastLogon: DWORD; // Specifies a DWORD value that indicates when the last
// logon occurred. This value is stored as the
// number of seconds that have elapsed since 00:00:00,
// January 1, 1970, GMT
NumLogons: DWORD;
PasswordExpired: DWORD;
PasswordCantChange: DWORD;
PasswordDontExpire: DWORD;
MustChangePW: DWORD;
AccountDisable: DWORD;
end;
Bin daher davon ausgegangen, dass es sich um Strings handelt...