diff --git a/dlls/urlmon/urlmon_main.c b/dlls/urlmon/urlmon_main.c index 10055630243..d584142ea13 100644 --- a/dlls/urlmon/urlmon_main.c +++ b/dlls/urlmon/urlmon_main.c @@ -348,7 +348,7 @@ HRESULT WINAPI FaultInIEFeature( HWND hwnd, uCLSSPEC * pClassSpec, HRESULT WINAPI CoGetClassObjectFromURL( REFCLSID rclsid, LPCWSTR szCodeURL, DWORD dwFileVersionMS, DWORD dwFileVersionLS, LPCWSTR szContentType, LPBINDCTX pBindCtx, DWORD dwClsContext, LPVOID pvReserved, - REFIID riid, VOID **ppv ) + REFIID riid, LPVOID *ppv ) { FIXME("(%s %s %ld %ld %s %p %ld %p %s %p) Stub!\n", debugstr_guid(rclsid), debugstr_w(szCodeURL), dwFileVersionMS, dwFileVersionLS, debugstr_w(szContentType), pBindCtx, dwClsContext, pvReserved, diff --git a/include/urlmon.idl b/include/urlmon.idl index ac06fce9a07..46c67807044 100644 --- a/include/urlmon.idl +++ b/include/urlmon.idl @@ -1044,6 +1044,7 @@ cpp_quote("#define INET_E_REDIRECT_TO_DIR 0x800C0015L") cpp_quote("#define INET_E_CANNOT_LOCK_REQUEST 0x800C0016L") cpp_quote("#define INET_E_ERROR_LAST INET_E_REDIRECT_TO_DIR") +cpp_quote("HRESULT WINAPI CoGetClassObjectFromURL(REFCLSID, LPCWSTR, DWORD, DWORD, LPCWSTR, LPBINDCTX, DWORD, LPVOID, REFIID, LPVOID*);") cpp_quote("HRESULT WINAPI CreateURLMoniker(IMoniker *pmkContext, LPCWSTR szURL, IMoniker **ppmk);") cpp_quote("HRESULT WINAPI RegisterBindStatusCallback(IBindCtx *pbc, IBindStatusCallback *pbsc, IBindStatusCallback **ppbsc, DWORD dwReserved);") cpp_quote("HRESULT WINAPI CompareSecurityIds(BYTE*,DWORD,BYTE*,DWORD,DWORD);") diff --git a/tools/winapi/win32.api b/tools/winapi/win32.api index 1bd28bca672..313b261c9aa 100644 --- a/tools/winapi/win32.api +++ b/tools/winapi/win32.api @@ -209,7 +209,6 @@ LPVOID * REFCLSID REFIID struct _ATL_REGMAP_ENTRY * -void * %str @@ -4004,6 +4003,7 @@ IMoniker ** IServiceProvider * IUnknown * LPBC +LPBINDCTX LPBINDSTATUSCALLBACK LPWSTR * LPUNKNOWN