Source code of Windows XP (NT5)
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.

58 lines
1.6 KiB

  1. #if !defined(AFX_MISMTCHD_H__0919577F_39E4_11D1_8BA2_00C04FB6678B__INCLUDED_)
  2. #define AFX_MISMTCHD_H__0919577F_39E4_11D1_8BA2_00C04FB6678B__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // mismtchd.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMismatchedCertDlg dialog
  10. class CMismatchedCertDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CMismatchedCertDlg( PCERT_NAME_BLOB pRequestNameBlob,
  15. PCERT_NAME_BLOB pCertNameBlob,
  16. CWnd* pParent = NULL);
  17. virtual BOOL OnInitDialog();
  18. // Dialog Data
  19. //{{AFX_DATA(CMismatchedCertDlg)
  20. enum { IDD = IDD_CERT_MISMATCH };
  21. CListCtrl m_clist_request;
  22. CListCtrl m_clist_certificate;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CMismatchedCertDlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(CMismatchedCertDlg)
  34. // NOTE: the ClassWizard will add member functions here
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. void InitCrackerList( CListCtrl* pList);
  38. void FillInCrackerList( PCERT_NAME_BLOB pNameBlob, CListCtrl* pList);
  39. void AddOneCrackerItem( CString& szItem, CListCtrl* pList);
  40. // the info to crack
  41. PCERT_NAME_BLOB m_pRequestNameBlob;
  42. PCERT_NAME_BLOB m_pCertNameBlob;
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_MISMTCHD_H__0919577F_39E4_11D1_8BA2_00C04FB6678B__INCLUDED_)