Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/mshtml/
H A Dhtmldoc.c357 IPersistMoniker *permon; in _test_GetCurMoniker() local
366 hres = IUnknown_QueryInterface(unk, &IID_IPersistMoniker, (void**)&permon); in _test_GetCurMoniker()
378 hres = IPersistMoniker_GetCurMoniker(permon, &mon); in _test_GetCurMoniker()
379 IPersistMoniker_Release(permon); in _test_GetCurMoniker()
6705 IPersistMoniker *permon; in test_IsDirty() local
6717 hres = IHTMLDocument2_QueryInterface(doc, &IID_IPersistMoniker, (void**)&permon); in test_IsDirty()
6720 hres = IPersistMoniker_IsDirty(permon); in test_IsDirty()
6722 IPersistMoniker_Release(permon); in test_IsDirty()