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

26 lines
501 B
C++

#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