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.

20 lines
426 B

  1. //Copyright (c) 1997-2000 Microsoft Corporation
  2. #ifndef _PGNWELCOME_H
  3. #define _PGNWELCOME_H
  4. #include "pgbase.h"
  5. #include "Select.h"
  6. class CWizWelcomePg : public WizardPage
  7. {
  8. public:
  9. CWizWelcomePg(LPPROPSHEETPAGE ppsp);
  10. ~CWizWelcomePg(VOID);
  11. protected:
  12. LRESULT OnCommand(HWND hwnd, WPARAM wParam, LPARAM lParam);
  13. LRESULT OnPSN_WizNext(HWND hwnd, INT idCtl, LPPSHNOTIFY pnmh);
  14. private:
  15. };
  16. #endif /*_PGNWELCOME_H*/