Searched refs:async_mon (Results 1 – 1 of 1) sorted by relevance
3822 IMoniker *mon, *async_mon; in test_StdURLMoniker() local3834 hres = IMoniker_QueryInterface(mon, &IID_IAsyncMoniker, (void**)&async_mon); in test_StdURLMoniker()3836 ok(mon == async_mon, "mon != async_mon\n"); in test_StdURLMoniker()3837 IMoniker_Release(async_mon); in test_StdURLMoniker()