Re: [2/2] urlmon: implement HlinkSimpleNavigateToMoniker
29 Jun
2010
29 Jun
'10
11:20 a.m.
On 6/28/10 9:17 PM, André Hentschel wrote:
--- dlls/urlmon/umon.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dlls/urlmon/umon.c b/dlls/urlmon/umon.c index e122e07..12b1b0c 100644 --- a/dlls/urlmon/umon.c +++ b/dlls/urlmon/umon.c @@ -734,8 +734,12 @@ HRESULT WINAPI HlinkSimpleNavigateToMoniker(IMoniker *pmkTarget, LPCWSTR szLocation, LPCWSTR szTargetFrameName, IUnknown *pUnk, IBindCtx *pbc, IBindStatusCallback *pbsc, DWORD grfHLNF, DWORD dwReserved) { - FIXME("stub\n"); - return E_NOTIMPL; + URLMoniker *This = MONIKER_THIS(iface);
You can't do this. There is no guaranty that the moniker is URL moniker. Jacek
5644
Age (days ago)
5644
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban