windows-nt/Source/XPSP1/NT/shell/shell32/brfcase.h

10 lines
297 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include <brfcasep.h>
STDAPI CreateBrfStgFromIDList(LPCITEMIDLIST pidl, HWND hwnd, IBriefcaseStg **ppbs);
STDAPI CreateBrfStgFromPath(LPCTSTR pszPath, HWND hwnd, IBriefcaseStg **ppbs);
STDAPI CBrfData_CreateDataObj(LPCITEMIDLIST pidl, UINT cidl, LPCITEMIDLIST *apidl, IDataObject **ppdtobj);