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.
25 lines
468 B
25 lines
468 B
//Copyright (c) 1997-2000 Microsoft Corporation
|
|
#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
|
|
|