Windows2000/private/shell/cplwiz/access/pgwizopt.h
2020-09-30 17:12:32 +02:00

20 lines
335 B
C++

#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);
};
#endif // _INC_PGWIZOPT_H