Update win32.api to match the current sources.

Declare CoGetClassObjectFromURL() in urlmon.h.
oldstable
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,
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,

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_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);")

View File

@ -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