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.
10 lines
312 B
10 lines
312 B
#ifndef _INC_STORFLDR_H
|
|
#define _INC_STORFLDR_H
|
|
|
|
void DoStoreLocationDlg(HWND hwnd);
|
|
BOOL DoStoreFolderDlg(HWND hwnd, TCHAR *szDir, DWORD cch);
|
|
HRESULT GetDefaultStoreRoot(HWND hwnd, TCHAR *szDir, int cch);
|
|
HRESULT OpenDirectory(TCHAR *szDir);
|
|
HRESULT HrFromLastError(void);
|
|
|
|
#endif // _INC_STORFLDR_H
|