You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
309 B
8 lines
309 B
#ifndef _STGUTIL_H_
|
|
#define _STGUTIL_H_
|
|
|
|
STDAPI StgCopyFileToStream(LPCTSTR pszSrc, IStream *pStream);
|
|
STDAPI StgBindToObject(LPCITEMIDLIST pidl, DWORD grfMode, REFIID riid, void **ppv);
|
|
STDAPI StgOpenStorageOnFolder(LPCTSTR pszFolder, DWORD grfFlags, REFIID riid, void **ppv);
|
|
|
|
#endif // _STGUTIL_H_
|