Searched refs:num_compat (Results 1 – 1 of 1) sorted by relevance
2771 static void test_with_compat(HANDLE handle, DWORD num_compat, const GUID* expected_compat[], int li… in test_with_compat() argument2775 SIZE_T expected = sizeof(COMPATIBILITY_CONTEXT_ELEMENT) * num_compat + sizeof(DWORD); in test_with_compat()2786 …ok_(__FILE__, line)(compat_info.ElementCount == num_compat, "unexpected ElementCount %u\n", compat… in test_with_compat()2788 for (n = 0; n < num_compat; ++n) in test_with_compat()