Searched refs:SE_GROUP_DEFAULTED (Results 1 – 5 of 5) sorted by relevance
292 *GroupDefaulted = (Sd->Control & SE_GROUP_DEFAULTED) == SE_GROUP_DEFAULTED; in RtlGetGroupSecurityDescriptor()427 Sd->Control &= ~SE_GROUP_DEFAULTED; in RtlSetGroupSecurityDescriptor()428 if (GroupDefaulted) Sd->Control |= SE_GROUP_DEFAULTED; in RtlSetGroupSecurityDescriptor()
169 SD_CONTROL_PRINT(SE_GROUP_DEFAULTED); in SepDumpSdControlInfo()
657 Control |= (ObjectSd->Control & SE_GROUP_DEFAULTED); in _IRQL_requires_max_()926 Control |= (SecurityDescriptor->Control & SE_GROUP_DEFAULTED); in _IRQL_requires_max_()931 Control |= (ObjectSd->Control & SE_GROUP_DEFAULTED); in _IRQL_requires_max_()
820 #define SE_GROUP_DEFAULTED 0x0002 macro
4653 = SE_OWNER_DEFAULTED | SE_GROUP_DEFAULTED in test_SetSecurityDescriptorControl()