Leaked source code of windows server 2003
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.

24 lines
450 B

  1. #ifndef MXCTDLG_H
  2. #define MXCTDLG_H
  3. #include "hwprompt.h"
  4. #define MAX_DEVICENAME 50
  5. class CMixedContentDlg : public CHWPromptDlg
  6. {
  7. public:
  8. CMixedContentDlg();
  9. protected:
  10. virtual ~CMixedContentDlg();
  11. HRESULT _FillListView();
  12. HRESULT _InitStatics();
  13. HRESULT _InitSelections();
  14. private:
  15. LPWSTR _rgpszContentTypeFN[5];
  16. DWORD _cContentTypeFN;
  17. };
  18. #endif //MXCTDLG_H