A default mechanism provides the owner security identifier
(SID) of the security descriptor rather than the original provider
of the security descriptor.
fpcSD_Control_Se_Group_Defaulted
A default mechanism provides the group SID of the security
descriptor rather than the original provider of the security
descriptor.
fpcSD_Control_Se_Dacl_Present
The discretionary access-control list (DACL) is present in the
security descriptor. If this flag is not set, or if this flag is
set and the DACL is NULL, the security descriptor allows full
access to everyone.
fpcSD_Control_Se_Dacl_Defaulted
The security descriptor uses a default DACL built from the
creator's access token.
fpcSD_Control_Se_Sacl_Present
The system access-control list (SACL) is present in the
security descriptor.
fpcSD_Control_Se_Sacl_Defaulted
The security descriptor uses a default SACL built from the
creator's access token.
fpcSD_Control_Se_Dacl_Auto_Inherit_Req
THE DACL of the security descriptor must be inherited.
fpcSD_Control_Se_Sacl_Auto_Inherit_Req
The SACL of the security descriptor must be inherited.
fpcSD_Control_Se_Dacl_Auto_Inherited
The DACL of the security descriptor supports automatic
propagation of inheritable access-control entries (ACEs) to
existing child objects.
fpcSD_Control_Se_Sacl_Auto_Inherited
The SACL of the security descriptor supports automatic
propagation of inheritable ACEs to existing child objects.
fpcSD_Control_Se_Dacl_Protected
The security descriptor will not allow inheritable ACEs to
modify the DACL.
fpcSD_Control_Se_Sacl_Protected
The security descriptor will not allow inheritable ACEs to
modify the SACL.
fpcSD_Control_Se_Self_Relative
The security descriptor is of self-relative format with all the
security information in a continuous block of memory.