Update win32.api to match the current sources.
Declare CoGetClassObjectFromURL() in urlmon.h.
This commit is contained in:
parent
6e028f414d
commit
8054f6c5ad
|
@ -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,
|
||||
|
|
|
@ -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);")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue