Searched refs:exp_hres (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/mshtml/ |
H A D | dom.c | 4233 static void _test_form_put_method(unsigned line, IUnknown *unk, HRESULT exp_hres, const char *metho… in _test_form_put_method() argument 4240 …ok_(__FILE__,line)(hres == exp_hres, "put_method returned: %08x, expected %08x\n", hres, exp_hres); in _test_form_put_method() 4244 if(exp_hres == S_OK) in _test_form_put_method() 4300 static void _test_form_put_encoding(unsigned line, IUnknown *unk, HRESULT exp_hres, const char *enc… in _test_form_put_encoding() argument 4307 …ok_(__FILE__,line)(hres == exp_hres, "put_encoding returned: %08x, expected %08x\n", hres, exp_hre… in _test_form_put_encoding() 4311 if(exp_hres == S_OK) in _test_form_put_encoding()
|