Searched refs:__GetMoniker (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/hlink/ |
H A D | link.c | 79 static HRESULT __GetMoniker(HlinkImpl* This, IMoniker** moniker, in __GetMoniker() function 332 HRESULT hres = __GetMoniker(This, ppimkTarget, dwWhichRef); in IHlink_fnGetMonikerReference() 366 HRESULT hres = __GetMoniker(This, &mon, dwWhichRef); in IHlink_fnGetStringReference() 422 HRESULT hres = __GetMoniker(This, &moniker, HLINKGETREF_DEFAULT); in IHlink_fnGetFriendlyName() 494 r = __GetMoniker(This, &mon, HLINKGETREF_ABSOLUTE); in IHlink_fnNavigate() 856 r = __GetMoniker(This, &moniker, HLINKGETREF_DEFAULT); in IPersistStream_fnSave() 934 r = __GetMoniker(This, &moniker, HLINKGETREF_DEFAULT); in IPersistStream_fnGetSizeMax()
|