Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/mshtml/
H A Dactivex.c80 DEFINE_EXPECT(wrapped_AddRef);
1372 static ULONG WINAPI wrapped_AddRef(IUnknown *iface) in wrapped_AddRef() function
1374 CHECK_EXPECT(wrapped_AddRef); in wrapped_AddRef()
1404 wrapped_iface_vtbl[1] = wrapped_AddRef; in init_wrapped_iface()
1549 SET_EXPECT(wrapped_AddRef); in test_iface_wrapping()
1555 CHECK_CALLED(wrapped_AddRef); in test_iface_wrapping()
1562 ok(unk->lpVtbl->AddRef != wrapped_AddRef, "AddRef not wrapped\n"); in test_iface_wrapping()
1585 SET_EXPECT(wrapped_AddRef); in test_iface_wrapping()
1591 CHECK_CALLED(wrapped_AddRef); in test_iface_wrapping()