Home
last modified time | relevance | path

Searched refs:SE_GROUP_DEFAULTED (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/lib/rtl/
H A Dsd.c292 *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()
/reactos/ntoskrnl/se/
H A Ddebug.c169 SD_CONTROL_PRINT(SE_GROUP_DEFAULTED); in SepDumpSdControlInfo()
H A Dsd.c657 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_()
/reactos/sdk/include/xdk/
H A Dsetypes.h820 #define SE_GROUP_DEFAULTED 0x0002 macro
/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c4653 = SE_OWNER_DEFAULTED | SE_GROUP_DEFAULTED in test_SetSecurityDescriptorControl()