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.

34 lines
944 B

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