mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 19:37:10 +00:00
Add StringFromIID prototype
svn path=/trunk/; revision=43807
This commit is contained in:
parent
5275a28717
commit
1f28d44b07
1 changed files with 1 additions and 0 deletions
|
@ -510,6 +510,7 @@ typedef struct tagSTGOPTIONS
|
|||
const WCHAR* pwcsTemplateFile;
|
||||
} STGOPTIONS;
|
||||
|
||||
HRESULT WINAPI StringFromIID(REFIID rclsid, LPOLESTR *lplpsz);
|
||||
HRESULT WINAPI StgCreateDocfile(LPCOLESTR pwcsName,DWORD grfMode,DWORD reserved,IStorage **ppstgOpen);
|
||||
HRESULT WINAPI StgCreateStorageEx(const WCHAR*,DWORD,DWORD,DWORD,STGOPTIONS*,void*,REFIID,void**);
|
||||
HRESULT WINAPI StgIsStorageFile(LPCOLESTR fn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue