Searched refs:dwExpect (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/apitests/apphelp/ |
H A D | db.cpp | 233 DWORD dwExpect = ((DWORD)si.wYear - 2000) * 10000 + si.wMonth * 100 + si.wDay; in test_GetDatabaseInformationEmpty() local 234 …ok(pInfo->dwMinor == dwExpect, "Expected pInfo->dwMinor to be %d, was: %d\n", dwExpect, pInfo->dwM… in test_GetDatabaseInformationEmpty()
|
/reactos/modules/rostests/winetests/advapi32/ |
H A D | security.c | 4676 DWORD dwExpect = (bitOfInterest & immutable) in test_SetSecurityDescriptorControl() local 4685 ok (GetLastError () == dwExpect, fmt, strExpect, GetLastError ()); in test_SetSecurityDescriptorControl() 4692 ok (GetLastError () == dwExpect, fmt, strExpect, GetLastError ()); in test_SetSecurityDescriptorControl() 4706 DWORD dwExpect = ((1 << bit) & immutable) in test_SetSecurityDescriptorControl() local 4715 ok (GetLastError () == dwExpect, fmt, strExpect, GetLastError ()); in test_SetSecurityDescriptorControl() 4723 ok (GetLastError () == dwExpect, fmt, strExpect, GetLastError ()); in test_SetSecurityDescriptorControl()
|