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.
 
 
 
 
 
 

24 lines
727 B

// WizSht.h: interface for the CRsWizardSheet class.
//
//////////////////////////////////////////////////////////////////////
#include "PropPage.h"
#if !defined(AFX_WIZSHT_H__A4135C61_8B78_11D1_B9A1_00A0C9190447__INCLUDED_)
#define AFX_WIZSHT_H__A4135C61_8B78_11D1_B9A1_00A0C9190447__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
class CRsWizardSheet : public CPropertySheet
{
public:
CRsWizardSheet( UINT nIDCaption, CWnd *pParentWnd = NULL, UINT iSelectPage = 0 );
virtual ~CRsWizardSheet();
protected:
void AddPage( CRsWizardPage* pPage );
private:
UINT m_IdCaption;
};
#endif // !defined(AFX_WIZSHT_H__A4135C61_8B78_11D1_B9A1_00A0C9190447__INCLUDED_)