Source position: jwawinnt.pas line 2414
type _PRIVILEGE_SET = record
PrivilegeCount: DWORD;
Control: DWORD;
Privilege: array [0..ANYSIZE_ARRAY-1] of LUID_AND_ATTRIBUTES;
end;