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.
20 lines
723 B
20 lines
723 B
#ifndef _PRSHTCPP_INC
|
|
#define _PRSHTCPP_INC
|
|
|
|
#include "propsht.h"
|
|
|
|
// attrib treewalkcb
|
|
STDAPI_(BOOL) ApplyRecursiveFolderAttribs(LPCTSTR pszDir, FILEPROPSHEETPAGE* pfpsp);
|
|
|
|
// progress dlg
|
|
STDAPI_(BOOL) CreateAttributeProgressDlg(FILEPROPSHEETPAGE* pfpsp);
|
|
STDAPI_(BOOL) DestroyAttributeProgressDlg(FILEPROPSHEETPAGE* pfpsp);
|
|
STDAPI SetProgressDlgPath(FILEPROPSHEETPAGE* pfpsp, LPCTSTR pszPath, BOOL fCompactPath);
|
|
STDAPI UpdateProgressBar(FILEPROPSHEETPAGE* pfpsp);
|
|
STDAPI_(BOOL) HasUserCanceledAttributeProgressDlg(FILEPROPSHEETPAGE* pfpsp);
|
|
STDAPI_(HWND) GetProgressWindow(FILEPROPSHEETPAGE* pfpsp);
|
|
|
|
// assoc store stuff
|
|
STDAPI UpdateOpensWithInfo(FILEPROPSHEETPAGE* pfpsp);
|
|
|
|
#endif // _PRSHTCPP_INC
|