windows-nt/Source/XPSP1/NT/inetsrv/iis/admin/certmap/authppg.h

34 lines
908 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// CertAuthPpg.h : Declaration of the CCertAuthPropPage property page class.
////////////////////////////////////////////////////////////////////////////
// CCertAuthPropPage : See CertAuthPpg.cpp.cpp for implementation.
class CCertAuthPropPage : public COlePropertyPage
{
DECLARE_DYNCREATE(CCertAuthPropPage)
DECLARE_OLECREATE_EX(CCertAuthPropPage)
// Constructor
public:
CCertAuthPropPage();
// Dialog Data
//{{AFX_DATA(CCertAuthPropPage)
enum { IDD = IDD_PROPPAGE_CERTAUTH };
CString m_sz_caption;
//}}AFX_DATA
// Implementation
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Message maps
protected:
//{{AFX_MSG(CCertAuthPropPage)
// NOTE - ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};