windows-nt/Source/XPSP1/NT/shell/osshell/accessib/accwiz/pgwizopt.h

22 lines
400 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//Copyright (c) 1997-2000 Microsoft Corporation
#ifndef _INC_PGWIZOPT_H
#define _INC_PGWIZOPT_H
#include "pgbase.h"
class CWizardOptionsPg : public WizardPage
{
public:
CWizardOptionsPg(LPPROPSHEETPAGE ppsp);
~CWizardOptionsPg(VOID);
protected:
BOOL AdjustWizPageOrder();
LRESULT OnCommand(HWND hwnd, WPARAM wParam, LPARAM lParam);
private:
BOOL restoreOpt;
};
#endif // _INC_PGWIZOPT_H