Source position: shadowh.inc line 7
type spwd = record
sp_namp: PAnsiChar;
sp_pwdp: PAnsiChar;
sp_lstchg: LongInt;
sp_min: LongInt;
sp_max: LongInt;
sp_warn: LongInt;
sp_inact: LongInt;
sp_expire: LongInt;
sp_flag: dword;
end;