Source code of Windows XP (NT5)
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.

19 lines
704 B

  1. #ifndef _PRSHTCPP_INC
  2. #define _PRSHTCPP_INC
  3. #include "propsht.h"
  4. // attrib treewalkcb
  5. STDAPI_(BOOL) ApplyRecursiveFolderAttribs(LPCTSTR pszDir, FILEPROPSHEETPAGE* pfpsp);
  6. // progress dlg
  7. STDAPI_(BOOL) CreateAttributeProgressDlg(FILEPROPSHEETPAGE* pfpsp);
  8. STDAPI_(BOOL) DestroyAttributeProgressDlg(FILEPROPSHEETPAGE* pfpsp);
  9. STDAPI SetProgressDlgPath(FILEPROPSHEETPAGE* pfpsp, LPCTSTR pszPath, BOOL fCompactPath);
  10. STDAPI UpdateProgressBar(FILEPROPSHEETPAGE* pfpsp);
  11. STDAPI_(BOOL) HasUserCanceledAttributeProgressDlg(FILEPROPSHEETPAGE* pfpsp);
  12. STDAPI_(HWND) GetProgressWindow(FILEPROPSHEETPAGE* pfpsp);
  13. // assoc store stuff
  14. STDAPI UpdateOpensWithInfo(FILEPROPSHEETPAGE* pfpsp);
  15. #endif // _PRSHTCPP_INC