Home
last modified time | relevance | path

Searched refs:NO_MULTIPLE_TRUSTEE (Results 1 – 6 of 6) sorted by relevance

/reactos/base/services/svchost/
H A Dsecurity.cxx131 pListOfExplicitEntries.Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in DwInitializeSdFromThreadToken()
/reactos/dll/win32/advapi32/wine/
H A Dsecurity.c2141 pExplicitAccess->Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in BuildExplicitAccessWithNameA()
2163 pExplicitAccess->Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in BuildExplicitAccessWithNameW()
2199 pTrustee->MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in BuildTrusteeWithObjectsAndNameA()
2235 pTrustee->MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in BuildTrusteeWithObjectsAndNameW()
2283 pTrustee->MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in BuildTrusteeWithObjectsAndSidA()
2332 pTrustee->MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in BuildTrusteeWithObjectsAndSidW()
2348 pTrustee->MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in BuildTrusteeWithSidA()
2365 pTrustee->MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in BuildTrusteeWithSidW()
2381 pTrustee->MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in BuildTrusteeWithNameA()
2397 pTrustee->MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in BuildTrusteeWithNameW()
/reactos/sdk/include/psdk/
H A Daccctrl.h198 NO_MULTIPLE_TRUSTEE, enumerator
/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c542 ok( trustee.MultipleTrusteeOperation == NO_MULTIPLE_TRUSTEE, in test_trustee()
555 ok(trustee.MultipleTrusteeOperation == NO_MULTIPLE_TRUSTEE, "MultipleTrusteeOperation wrong\n"); in test_trustee()
575 ok(trustee.MultipleTrusteeOperation == NO_MULTIPLE_TRUSTEE, "MultipleTrusteeOperation wrong\n"); in test_trustee()
592 ok( trustee.MultipleTrusteeOperation == NO_MULTIPLE_TRUSTEE, in test_trustee()
3350 ExplicitAccess.Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in test_SetEntriesInAclW()
3388 ExplicitAccess.Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in test_SetEntriesInAclW()
3472 ExplicitAccess.Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in test_SetEntriesInAclA()
3481 ExplicitAccess.Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in test_SetEntriesInAclA()
3519 ExplicitAccess.Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in test_SetEntriesInAclA()
7444 exp_access.Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in test_token_security_descriptor()
[all …]
H A Dregistry.c1227 access.Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in test_reg_open_key()
1402 access.Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in test_reg_create_key()
/reactos/dll/win32/ntmarta/
H A Dntmarta.c578 if (Trustee->pMultipleTrustee || Trustee->MultipleTrusteeOperation != NO_MULTIPLE_TRUSTEE) in AccpGetTrusteeSid()