Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c7312 EXPLICIT_ACCESSW exp_access; in test_token_security_descriptor() local
7439 exp_access.grfAccessPermissions = GENERIC_ALL; in test_token_security_descriptor()
7440 exp_access.grfAccessMode = GRANT_ACCESS; in test_token_security_descriptor()
7441 exp_access.grfInheritance = NO_PROPAGATE_INHERIT_ACE; in test_token_security_descriptor()
7442 exp_access.Trustee.pMultipleTrustee = NULL; in test_token_security_descriptor()
7443 exp_access.Trustee.TrusteeForm = TRUSTEE_IS_SID; in test_token_security_descriptor()
7444 exp_access.Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in test_token_security_descriptor()
7445 exp_access.Trustee.TrusteeType = TRUSTEE_IS_WELL_KNOWN_GROUP; in test_token_security_descriptor()
7446 exp_access.Trustee.ptstrName = (void*)psid; in test_token_security_descriptor()
7448 retd = pSetEntriesInAclW(1, &exp_access, acl2, &acl_child); in test_token_security_descriptor()