Searched refs:obj_info (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/dinput/ |
H A D | device.c | 78 DIDEVICEOBJECTINSTANCEA obj_info; in test_object_info() local 143 obj_info.dwSize = sizeof(obj_info); in test_object_info() 144 hr = IDirectInputDevice_GetObjectInfo(device, &obj_info, 16, DIPH_BYOFFSET); in test_object_info()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | directory.c | 40 OBJECT_BASIC_INFORMATION obj_info; in test_granted_access() local 43 status = pNtQueryObject(handle, ObjectBasicInformation, &obj_info, in test_granted_access() 44 sizeof(obj_info), NULL); in test_granted_access() 46 ok_(__FILE__, line)(obj_info.GrantedAccess == access, "Granted access should " in test_granted_access() 47 "be 0x%08x, instead of 0x%08x\n", access, obj_info.GrantedAccess); in test_granted_access()
|
/reactos/modules/rostests/winetests/advapi32/ |
H A D | security.c | 2874 OBJECT_BASIC_INFORMATION obj_info; in test_granted_access() local 2883 status = pNtQueryObject( handle, ObjectBasicInformation, &obj_info, in test_granted_access() 2884 sizeof(obj_info), NULL ); in test_granted_access() 2887 ok_(__FILE__, line)(obj_info.GrantedAccess == access || in test_granted_access() 2888 obj_info.GrantedAccess == alt, "Granted access should be 0x%08x " in test_granted_access() 2889 "or 0x%08x, instead of 0x%08x\n", access, alt, obj_info.GrantedAccess); in test_granted_access() 2891 ok_(__FILE__, line)(obj_info.GrantedAccess == access, "Granted access should " in test_granted_access() 2892 "be 0x%08x, instead of 0x%08x\n", access, obj_info.GrantedAccess); in test_granted_access()
|