OLE32: add some function declarations

Mike McCormack mike at codeweavers.com
Wed Jun 8 21:03:32 CDT 2005


ChangeLog:
* add some function declarations
-------------- next part --------------
Index: include/objbase.h
===================================================================
RCS file: /home/wine/wine/include/objbase.h,v
retrieving revision 1.59
diff -u -p -r1.59 objbase.h
--- include/objbase.h	27 May 2005 20:17:35 -0000	1.59
+++ include/objbase.h	9 Jun 2005 02:04:48 -0000
@@ -488,12 +488,14 @@ HRESULT WINAPI StgCreateStorageEx(const 
 HRESULT WINAPI StgIsStorageFile(LPCOLESTR fn);
 HRESULT WINAPI StgIsStorageILockBytes(ILockBytes *plkbyt);
 HRESULT WINAPI StgOpenStorage(const OLECHAR* pwcsName,IStorage* pstgPriority,DWORD grfMode,SNB snbExclude,DWORD reserved,IStorage**ppstgOpen);
+HRESULT WINAPI StgOpenStorageEx(const WCHAR* pwcwName,DWORD grfMode,DWORD stgfmt,DWORD grfAttrs,STGOPTIONS *pStgOptions, void *reserved, REFIID riid, void **ppObjectOpen);
 
 HRESULT WINAPI WriteClassStg(IStorage* pStg, REFCLSID rclsid);
 HRESULT WINAPI ReadClassStg(IStorage *pstg,CLSID *pclsid);
 
 HRESULT WINAPI StgCreateDocfileOnILockBytes(ILockBytes *plkbyt,DWORD grfMode, DWORD reserved, IStorage** ppstgOpen);
 HRESULT WINAPI StgOpenStorageOnILockBytes(ILockBytes *plkbyt, IStorage *pstgPriority, DWORD grfMode, SNB snbExclude, DWORD reserved, IStorage **ppstgOpen);
+HRESULT WINAPI StgSetTimes( OLECHAR const *lpszName, FILETIME const *pctime, FILETIME const *patime, FILETIME const *pmtime);
 
 #ifdef __cplusplus
 }
Index: include/ole2.h
===================================================================
RCS file: /home/wine/wine/include/ole2.h,v
retrieving revision 1.44
diff -u -p -r1.44 ole2.h
--- include/ole2.h	11 Apr 2005 13:00:41 -0000	1.44
+++ include/ole2.h	9 Jun 2005 02:04:48 -0000
@@ -120,6 +120,7 @@ HRESULT     WINAPI CreateOleAdviseHolder
 HRESULT     WINAPI OleInitialize(LPVOID pvReserved);
 void        WINAPI OleUninitialize(void);
 BOOL        WINAPI IsValidInterface(LPUNKNOWN punk);
+DWORD       WINAPI OleBuildVersion(VOID);
 
 /*
  *  OLE version conversion declarations


More information about the wine-patches mailing list