Windows2000/private/shell/cplwiz/access/pgsndsen.h

26 lines
501 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef _INC_PGSNDSEN_H
#define _INC_PGSNDSEN_H
#include "pgbase.h"
class CSoundSentryShowSoundsPg : public WizardPage
{
public:
CSoundSentryShowSoundsPg(LPPROPSHEETPAGE ppsp);
~CSoundSentryShowSoundsPg(VOID);
protected:
void UpdateControls();
LRESULT OnInitDialog(HWND hwnd, WPARAM wParam, LPARAM lParam);
LRESULT OnCommand(HWND hwnd, WPARAM wParam, LPARAM lParam);
LRESULT OnPSN_WizNext(HWND hwnd, INT idCtl, LPPSHNOTIFY pnmh);
private:
};
#endif // _INC_PGSNDSEN_H