Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/wshom/
H A Dwshom.c31 #define EXPECT_HR(hr,hr_exp) \ argument
32 ok(hr == hr_exp, "got 0x%08x, expected 0x%08x\n", hr, hr_exp)
/reactos/modules/rostests/winetests/oleaut32/
H A Dolefont.c54 #define EXPECT_HR(hr,hr_exp) \ argument
55 ok(hr == hr_exp, "got 0x%08x, expected 0x%08x\n", hr, hr_exp)
/reactos/modules/rostests/winetests/msxml3/
H A Dxmldoc.c32 #define EXPECT_HR(hr,hr_exp) \ argument
33 ok(hr == hr_exp, "got 0x%08x, expected 0x%08x\n", hr, hr_exp)
H A Dhttpreq.c41 #define EXPECT_HR(hr,hr_exp) \ argument
42 ok(hr == hr_exp, "got 0x%08x, expected 0x%08x\n", hr, hr_exp)
H A Dschema.c37 #define EXPECT_HR(hr,hr_exp) \ argument
38 ok(hr == hr_exp, "got 0x%08x, expected 0x%08x\n", hr, hr_exp)
H A Dsaxreader.c41 #define EXPECT_HR(hr,hr_exp) \ argument
42 ok(hr == hr_exp, "got 0x%08x, expected 0x%08x\n", hr, hr_exp)
H A Ddomdoc.c700 #define EXPECT_HR(hr,hr_exp) \ argument
701 ok(hr == hr_exp, "got 0x%08x, expected 0x%08x\n", hr, hr_exp)
704 #define EXPECT_NOT_HR(hr,hr_exp) \ argument
705 ok(hr != hr_exp, "got 0x%08x, expected not 0x%08x\n", hr, hr_exp)
/reactos/modules/rostests/winetests/shell32/
H A Debrowser.c1348 … HRESULT hr_exp, UINT pending, UINT created, UINT failed, UINT completed, in test_browse_pidl_() argument
1355 ok_(file, line) (hr == hr_exp, "BrowseToIDList returned 0x%08x\n", hr); in test_browse_pidl_()
1369 … HRESULT hr_exp, UINT pending, UINT created, UINT failed, UINT completed, in test_browse_pidl_sb_() argument
1382 ok_(file, line) (hr == hr_exp, "BrowseObject returned 0x%08x\n", hr); in test_browse_pidl_sb_()
H A Dshelldispatch.c35 #define EXPECT_HR(hr,hr_exp) \ argument
36 ok(hr == hr_exp, "got 0x%08x, expected 0x%08x\n", hr, hr_exp)