Add SHCoCreateInstance to shlobj.h

Francois Gouget fgouget at codeweavers.com
Tue Jan 6 07:06:57 CST 2004


Changelog:

    Francois Gouget <fgouget at codeweavers.com>

  * include/shlobj.h

     Add SHCoCreateInstance.

-- 
Francois Gouget
fgouget at codeweavers.com

-------------- next part --------------
Index: include/shlobj.h
===================================================================
RCS file: /home/cvs/wine/include/shlobj.h,v
retrieving revision 1.78
diff -u -r1.78 shlobj.h
--- include/shlobj.h	26 Nov 2003 03:59:16 -0000	1.78
+++ include/shlobj.h	11 Dec 2003 19:36:19 -0000
@@ -34,6 +34,8 @@
 #include <shobjidl.h>
 
 
+HRESULT WINAPI SHCoCreateInstance(LPCSTR,REFCLSID,LPUNKNOWN,REFIID,LPVOID*);
+
 BOOL WINAPI SHGetPathFromIDListA (LPCITEMIDLIST pidl,LPSTR pszPath);
 BOOL WINAPI SHGetPathFromIDListW (LPCITEMIDLIST pidl,LPWSTR pszPath);
 #define     SHGetPathFromIDList WINELIB_NAME_AW(SHGetPathFromIDList)


More information about the wine-patches mailing list