Windows2000/private/windows/shell/accessib/accwiz/pgmsecur.h
2020-09-30 17:12:32 +02:00

25 lines
404 B
C++

#ifndef _INC_PGMSECUR_H
#define _INC_PGMSECUR_H
#include "pgbase.h"
class CMouseCursorPg : public WizardPage
{
public:
CMouseCursorPg(LPPROPSHEETPAGE ppsp);
~CMouseCursorPg(VOID);
protected:
void UpdateControls();
LRESULT OnInitDialog(HWND hwnd, WPARAM wParam, LPARAM lParam);
LRESULT OnCommand(HWND hwnd, WPARAM wParam, LPARAM lParam);
private:
};
#endif // _INC_PGMSECUR_H