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.
21 lines
507 B
21 lines
507 B
//Copyright (c) 1997-2000 Microsoft Corporation
|
|
#ifndef _INC_PGSVEDEF_H
|
|
#define _INC_PGSVEDEF_H
|
|
|
|
#include "pgbase.h"
|
|
|
|
class CSaveForDefaultUserPg : public WizardPage
|
|
{
|
|
public:
|
|
CSaveForDefaultUserPg(LPPROPSHEETPAGE ppsp);
|
|
~CSaveForDefaultUserPg(VOID);
|
|
|
|
private:
|
|
LRESULT OnInitDialog(HWND hwnd, WPARAM wParam, LPARAM lParam);
|
|
LRESULT OnPSN_WizNext(HWND hwnd, INT idCtl, LPPSHNOTIFY pnmh);
|
|
LRESULT OnCommand(HWND hwnd, WPARAM wParam, LPARAM lParam);
|
|
|
|
};
|
|
|
|
#endif // _INC_PGSVEDEF_H
|
|
|