Source position: jwawinnt.pas line 2645
type _TOKEN_PRIVILEGES = record
PrivilegeCount: DWORD;
Privileges: array [0..ANYSIZE_ARRAY-1] of LUID_AND_ATTRIBUTES;
end;