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.

27 lines
495 B

  1. #ifndef HWCTPRMP_H
  2. #define HWCTPRMP_H
  3. #include "hwprompt.h"
  4. #define MAX_DEVICENAME 50
  5. class CHWContentPromptDlg : public CHWPromptDlg
  6. {
  7. public:
  8. CHWContentPromptDlg();
  9. protected:
  10. virtual ~CHWContentPromptDlg();
  11. LRESULT OnOK(WORD wNotif);
  12. HRESULT _FillListView();
  13. HRESULT _InitStatics();
  14. HRESULT _InitSelections();
  15. HRESULT _InitExistingSettings();
  16. HRESULT _SaveSettings();
  17. private:
  18. LPWSTR _pszContentTypeHandler;
  19. };
  20. #endif //HWCTPRMP_H