Leaked source code of windows server 2003
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.
 
 
 
 
 
 

44 lines
837 B

/*******************************************************************************
*
* (C) COPYRIGHT MICROSOFT CORP., 2000
*
* TITLE: Prevpg.h
*
* VERSION: 1.0
*
* AUTHOR: KeisukeT
*
* DATE: 27 Mar, 2000
*
* DESCRIPTION:
* Dummy page for the case user push BACK button in device selection page.
*
*******************************************************************************/
#ifndef _PREVPG_H_
#define _PREVPG_H_
//
// Include
//
#include "wizpage.h"
//
// Class
//
class CPrevSelectPage : public CInstallWizardPage {
PINSTALLER_CONTEXT m_pInstallerContext; // Installer context.
public:
CPrevSelectPage(PINSTALLER_CONTEXT pInstallerContext);
~CPrevSelectPage() {};
virtual BOOL OnNotify(LPNMHDR lpnmh);
};
#endif // _PREVPG_H_