Source position: jwawinnt.pas line 2249
type _SECURITY_DESCRIPTOR = record
Revision: Byte;
Sbz1: Byte;
Control: SECURITY_DESCRIPTOR_CONTROL;
Owner: PSid;
Group: PSid;
Sacl: PACL;
Dacl: PACL;
end;