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.

72 lines
2.1 KiB

  1. #if !defined(AFX_EXELOGVW_H__A55ED773_2ED1_11D1_ACDA_00A0C908F98C__INCLUDED_)
  2. #define AFX_EXELOGVW_H__A55ED773_2ED1_11D1_ACDA_00A0C908F98C__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // exelogvw.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CExecutionLogFormView form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class CExecutionLogFormView : public CFormView
  14. {
  15. protected:
  16. CExecutionLogFormView(); // protected constructor used by dynamic creation
  17. DECLARE_DYNCREATE(CExecutionLogFormView)
  18. // Form Data
  19. public:
  20. //{{AFX_DATA(CExecutionLogFormView)
  21. enum { IDD = IDD_EXECUTION_LOG };
  22. // NOTE: the ClassWizard will add data members here
  23. //}}AFX_DATA
  24. // Attributes
  25. public:
  26. // Operations
  27. public:
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CExecutionLogFormView)
  31. public:
  32. virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. virtual ~CExecutionLogFormView();
  39. #ifdef _DEBUG
  40. virtual void AssertValid() const;
  41. virtual void Dump(CDumpContext& dc) const;
  42. #endif
  43. public:
  44. BOOL UpdateExecutionLogEditCtrl( CString & rcsExecutionLogString );
  45. void UpdateExecutionLogBeforeApiCall( CFaxApiFunctionInfo * pcfafiFunctionInfo );
  46. void UpdateExecutionLogAfterApiReturn( CFaxApiFunctionInfo * pcfafiFunctionInfo );
  47. void AddTextToEditControl( CEdit * pceEditControl, const CString & rcsText );
  48. // Generated message map functions
  49. //{{AFX_MSG(CExecutionLogFormView)
  50. // NOTE - the ClassWizard will add and remove member functions here.
  51. //}}AFX_MSG
  52. DECLARE_MESSAGE_MAP()
  53. };
  54. /////////////////////////////////////////////////////////////////////////////
  55. //{{AFX_INSERT_LOCATION}}
  56. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  57. #endif // !defined(AFX_EXELOGVW_H__A55ED773_2ED1_11D1_ACDA_00A0C908F98C__INCLUDED_)