Home
last modified time | relevance | path

Searched refs:exid (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/kernel32/
H A Dactctx.c1164 data.ulAssemblyRosterIndex, exid); in test_find_dll_redirection()
1187 data.ulAssemblyRosterIndex, exid); in test_find_dll_redirection()
1192 static void test_find_window_class(HANDLE handle, LPCWSTR clsname, ULONG exid, int line) in test_find_window_class() argument
1261 data.ulAssemblyRosterIndex, exid); in test_find_window_class()
1284 data.ulAssemblyRosterIndex, exid); in test_find_window_class()
1539 data.ulAssemblyRosterIndex, exid); in test_find_com_redirection()
1573 const GUID *ps32, ULONG exid, int line) in test_find_ifaceps_redirection() argument
1629 data.ulAssemblyRosterIndex, exid); in test_find_ifaceps_redirection()
1644 ULONG exid, int line) in test_find_surrogate() argument
1701 data.ulAssemblyRosterIndex, exid); in test_find_surrogate()
[all …]
/reactos/modules/rostests/winetests/mshtml/
H A Ddom.c3495 static void _test_elem_id(unsigned line, IUnknown *unk, const char *exid) in _test_elem_id() argument
3505 if(exid) in _test_elem_id()
3506 ok_(__FILE__,line) (!strcmp_wa(id, exid), "unexpected id %s\n", wine_dbgstr_w(id)); in _test_elem_id()