Searched refs:isPresent (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/advapi32/ |
H A D | security.c | 2787 BOOL isDefault, isPresent, ret; in test_security_descriptor() local 2818 …ok(GetSecurityDescriptorDacl(&sd, &isPresent, &pacl, &isDefault), "GetSecurityDescriptorDacl faile… in test_security_descriptor() 2819 expect_eq(isPresent, TRUE, BOOL, "%d"); in test_security_descriptor() 2822 …ok(GetSecurityDescriptorSacl(&sd, &isPresent, &pacl, &isDefault), "GetSecurityDescriptorSacl faile… in test_security_descriptor() 2823 expect_eq(isPresent, TRUE, BOOL, "%d"); in test_security_descriptor()
|