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.

23 lines
420 B

  1. #pragma once
  2. // CMaxTraceDlg dialog
  3. class CMaxTraceDlg : public CDialog
  4. {
  5. DECLARE_DYNAMIC(CMaxTraceDlg)
  6. public:
  7. CMaxTraceDlg(CWnd* pParent = NULL); // standard constructor
  8. virtual ~CMaxTraceDlg();
  9. // Dialog Data
  10. enum { IDD = IDD_MAX_TRACE };
  11. protected:
  12. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  13. DECLARE_MESSAGE_MAP()
  14. public:
  15. LONG m_MaxTraceEntries;
  16. };