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
453 B

  1. //Copyright (c) 1997-2000 Microsoft Corporation
  2. #ifndef _INC_PGGENRIC_H
  3. #define _INC_PGGENRIC_H
  4. #include "pgbase.h"
  5. class CGenericWizPg : public WizardPage
  6. {
  7. public:
  8. CGenericWizPg(LPPROPSHEETPAGE ppsp, DWORD dwPageId, int nIdTitle = IDS_GENERICPAGETITLE, int nIdSubTitle = IDS_GENERICPAGESUBTITLE);
  9. ~CGenericWizPg(VOID);
  10. private:
  11. LRESULT OnInitDialog(HWND hwnd, WPARAM wParam, LPARAM lParam);
  12. };
  13. #endif // _INC_PGGENRIC_H