Shlwapi Header

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



License: X11

Cheers,
Jon

ChangeLog:

  Jon Griffiths <jon_p_griffiths@yahoo.com>

  +include/shlwapi.h
    Add some missing prototypes

diff -ur wine/include/shlwapi.h wine-compare/include/shlwapi.h
--- wine/include/shlwapi.h	Wed Feb 19 22:08:42 2003
+++ wine-compare/include/shlwapi.h	Fri Feb 21 08:57:07 2003
@@ -83,9 +83,11 @@

 /* Undocumented registry functions */

-HKEY WINAPI SHRegDuplicateHKey(HKEY hKey);
+HKEY WINAPI  SHRegDuplicateHKey(HKEY);

-/* FIXME: SHDeleteOrphanKey */
+DWORD WINAPI SHDeleteOrphanKeyA(HKEY,LPCSTR);
+DWORD WINAPI SHDeleteOrphanKeyW(HKEY,LPCWSTR);
+#define SHDeleteOrphanKey WINELIB_NAME_AW(SHDeleteOrphanKey)


 /* User registry functions */
@@ -854,6 +856,8 @@
 #define SHCreateStreamOnFile WINELIB_NAME_AW(SHCreateStreamOnFile)

 HRESULT WINAPI SHCreateStreamOnFileEx(LPCWSTR,DWORD,DWORD,BOOL,IStream*,IStream**);
+
+HRESULT WINAPI SHCreateStreamWrapper(LPBYTE,DWORD,DWORD,IStream**);

 #endif /* NO_SHLWAPI_STREAM */


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux