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
1.0 KiB

  1. // CAuthPpg.h : Declaration of the CCertAuthPropPage property page class.
  2. ////////////////////////////////////////////////////////////////////////////
  3. // CCertAuthPropPage : See CAuthPpg.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_MAPR2 };
  14. // NOTE - ClassWizard will add data members here.
  15. // DO NOT EDIT what you see in these blocks of generated code !
  16. //}}AFX_DATA
  17. // Implementation
  18. protected:
  19. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  20. // Message maps
  21. protected:
  22. //{{AFX_MSG(CCertAuthPropPage)
  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. };