URLMON: some declarations

Jacek Caban jack at itma.pwr.wroc.pl
Sun Sep 4 15:38:53 CDT 2005


Changelog:
    - Update GetSecurityId declaration
    - Add declaration of CoInternetParseUrl and INET_E_DEFAULT_ACTION
-------------- next part --------------
Index: include/urlmon.idl
===================================================================
RCS file: /home/wine/wine/include/urlmon.idl,v
retrieving revision 1.20
diff -u -p -r1.20 urlmon.idl
--- include/urlmon.idl	2 Sep 2005 12:17:29 -0000	1.20
+++ include/urlmon.idl	4 Sep 2005 19:27:15 -0000
@@ -835,7 +835,7 @@ cpp_quote("#define MAX_SIZE_SECURITY_ID 
         [in] LPCWSTR pwszUrl,
         [out, size_is(*pcbSecurityId)] BYTE *pbSecurityId,
         [in, out] DWORD *pcbSecurityId,
-        [in] DWORD dwReserved);
+        [in] DWORD_PTR dwReserved);
 
 
     typedef enum {
@@ -1105,6 +1105,7 @@ cpp_quote("#define INET_E_REDIRECT_FAILE
 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("#define INET_E_DEFAULT_ACTION            INET_E_USE_DEFAULT_PROTOCOLHANDLER")
 
 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);")
@@ -1121,6 +1122,7 @@ cpp_quote("HRESULT WINAPI CoInternetCrea
 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);")
+cpp_quote("HRESULT WINAPI CoInternetParseUrl(LPCWSTR,PARSEACTION,DWORD,LPWSTR,DWORD,DWORD*,DWORD);")
 cpp_quote("HRESULT WINAPI CoInternetQueryInfo(LPCWSTR,QUERYOPTION,DWORD,LPVOID,DWORD,DWORD*,DWORD);")
 cpp_quote("HRESULT WINAPI CreateFormatEnumerator(UINT,FORMATETC*,IEnumFORMATETC**);")
 cpp_quote("HRESULT WINAPI GetSoftwareUpdateInfo( LPCWSTR szDistUnit, LPSOFTDISTINFO psdi);")


More information about the wine-patches mailing list