2.2.3 SECURITY_INFORMATION

A SECURITY_INFORMATION value applies to a SECURITY_DESCRIPTOR (as specified in [MS-DTYP] section 2.4.6). The value is constructed from zero or more bit flags from the following table.

Value

Meaning

OWNER_SECURITY_INFORMATION

0x00000001

Owner identifier of the object

GROUP_SECURITY_INFORMATION

0x00000002

Primary group identifier

DACL_SECURITY_INFORMATION

0x00000004

Discretionary access control list (DACL) of the object

SACL_SECURITY_INFORMATION

0x00000008

System ACL of the object

This type is declared as follows:

 typedef DWORD SECURITY_INFORMATION;