Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/mshtml/
H A Dactivex.c984 static const IViewObjectExVtbl ViewObjectExVtbl = { variable
1002 static IViewObjectEx ViewObjectEx = { &ViewObjectExVtbl };
1559 …, "Unexpected unk %p, expected %p (%p, %p)\n", unk, &ViewObjectEx, unk->lpVtbl, &ViewObjectExVtbl); in test_iface_wrapping()