URLMON: declare CreateAsyncBindCtxEx

Mike McCormack mike at codeweavers.com
Tue May 24 04:17:33 CDT 2005


ChangeLog:
* declare CreateAsyncBindCtxEx
-------------- next part --------------
Index: include/urlmon.idl
===================================================================
RCS file: /home/wine/wine/include/urlmon.idl,v
retrieving revision 1.15
diff -u -p -r1.15 urlmon.idl
--- include/urlmon.idl	6 May 2005 14:32:48 -0000	1.15
+++ include/urlmon.idl	24 May 2005 09:18:59 -0000
@@ -1054,6 +1054,7 @@ cpp_quote("HRESULT WINAPI CoInternetGetS
 cpp_quote("HRESULT WINAPI MkParseDisplayNameEx(IBindCtx*,LPCWSTR,ULONG*,IMoniker**);")
 cpp_quote("HRESULT WINAPI IsAsyncMoniker(IMoniker* pmk);")
 cpp_quote("HRESULT WINAPI CreateAsyncBindCtx(DWORD, IBindStatusCallback*, IEnumFORMATETC*, IBindCtx**);")
+cpp_quote("HRESULT WINAPI CreateAsyncBindCtxEx(IBindCtx*,DWORD,IBindStatusCallback*,IEnumFORMATETC*,IBindCtx**,DWORD);");
 cpp_quote("HRESULT WINAPI CoInternetCombineUrl(LPCWSTR,LPCWSTR,DWORD,LPWSTR,DWORD,DWORD*,DWORD);")
 cpp_quote("HRESULT WINAPI CoInternetCompareUrl(LPCWSTR,LPCWSTR,DWORD);");
 cpp_quote("HRESULT WINAPI CoInternetCreateZoneManager(IServiceProvider*, IInternetZoneManager**, DWORD);");


More information about the wine-patches mailing list