Add StringFromIID prototype
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Wed, 28 Oct 2009 11:19:25 +0000 (11:19 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Wed, 28 Oct 2009 11:19:25 +0000 (11:19 +0000)
svn path=/trunk/; revision=43807

reactos/include/psdk/objbase.h

index a5bfe18..57da913 100644 (file)
@@ -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);