Update win32.api to match the current sources.

Declare CoGetClassObjectFromURL() in urlmon.h.
This commit is contained in:
Francois Gouget 2005-05-06 14:32:48 +00:00 committed by Alexandre Julliard
parent 6e028f414d
commit 8054f6c5ad
3 changed files with 3 additions and 2 deletions

View file

@ -348,7 +348,7 @@ HRESULT WINAPI FaultInIEFeature( HWND hwnd, uCLSSPEC * pClassSpec,
HRESULT WINAPI CoGetClassObjectFromURL( REFCLSID rclsid, LPCWSTR szCodeURL, DWORD dwFileVersionMS, HRESULT WINAPI CoGetClassObjectFromURL( REFCLSID rclsid, LPCWSTR szCodeURL, DWORD dwFileVersionMS,
DWORD dwFileVersionLS, LPCWSTR szContentType, DWORD dwFileVersionLS, LPCWSTR szContentType,
LPBINDCTX pBindCtx, DWORD dwClsContext, LPVOID pvReserved, 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), 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, dwFileVersionMS, dwFileVersionLS, debugstr_w(szContentType), pBindCtx, dwClsContext, pvReserved,

View file

@ -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_CANNOT_LOCK_REQUEST 0x800C0016L")
cpp_quote("#define INET_E_ERROR_LAST INET_E_REDIRECT_TO_DIR") 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 CreateURLMoniker(IMoniker *pmkContext, LPCWSTR szURL, IMoniker **ppmk);")
cpp_quote("HRESULT WINAPI RegisterBindStatusCallback(IBindCtx *pbc, IBindStatusCallback *pbsc, IBindStatusCallback **ppbsc, DWORD dwReserved);") cpp_quote("HRESULT WINAPI RegisterBindStatusCallback(IBindCtx *pbc, IBindStatusCallback *pbsc, IBindStatusCallback **ppbsc, DWORD dwReserved);")
cpp_quote("HRESULT WINAPI CompareSecurityIds(BYTE*,DWORD,BYTE*,DWORD,DWORD);") cpp_quote("HRESULT WINAPI CompareSecurityIds(BYTE*,DWORD,BYTE*,DWORD,DWORD);")

View file

@ -209,7 +209,6 @@ LPVOID *
REFCLSID REFCLSID
REFIID REFIID
struct _ATL_REGMAP_ENTRY * struct _ATL_REGMAP_ENTRY *
void *
%str %str
@ -4004,6 +4003,7 @@ IMoniker **
IServiceProvider * IServiceProvider *
IUnknown * IUnknown *
LPBC LPBC
LPBINDCTX
LPBINDSTATUSCALLBACK LPBINDSTATUSCALLBACK
LPWSTR * LPWSTR *
LPUNKNOWN LPUNKNOWN