Searched refs:permon (Results 1 – 1 of 1) sorted by relevance
357 IPersistMoniker *permon; in _test_GetCurMoniker() local366 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() local6717 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()