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.

33 lines
941 B

  1. // CertAuthPpg.h : Declaration of the CCertAuthPropPage property page class.
  2. ////////////////////////////////////////////////////////////////////////////
  3. // CCertAuthPropPage : See CertAuthPpg.cpp.cpp for implementation.
  4. class CCertAuthPropPage : public COlePropertyPage
  5. {
  6. DECLARE_DYNCREATE(CCertAuthPropPage)
  7. DECLARE_OLECREATE_EX(CCertAuthPropPage)
  8. // Constructor
  9. public:
  10. CCertAuthPropPage();
  11. // Dialog Data
  12. //{{AFX_DATA(CCertAuthPropPage)
  13. enum { IDD = IDD_PROPPAGE_CERTAUTH };
  14. CString m_sz_caption;
  15. //}}AFX_DATA
  16. // Implementation
  17. protected:
  18. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  19. // Message maps
  20. protected:
  21. //{{AFX_MSG(CCertAuthPropPage)
  22. // NOTE - ClassWizard will add and remove member functions here.
  23. // DO NOT EDIT what you see in these blocks of generated code !
  24. //}}AFX_MSG
  25. DECLARE_MESSAGE_MAP()
  26. };