MAPIConsumerView.h
上传用户:benben_wyd
上传日期:2010-02-26
资源大小:1229k
文件大小:2k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // MAPIConsumerView.h : interface of the CMAPIConsumerView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAPICONSUMERVIEW_H__1A082C37_C8D8_11D2_9949_D68A87749F4B__INCLUDED_)
  5. #define AFX_MAPICONSUMERVIEW_H__1A082C37_C8D8_11D2_9949_D68A87749F4B__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CMAPIConsumerSet;
  10. class CMAPIConsumerView : public COleDBRecordView
  11. {
  12. protected: // create from serialization only
  13. CMAPIConsumerView();
  14. DECLARE_DYNCREATE(CMAPIConsumerView)
  15. public:
  16. //{{AFX_DATA(CMAPIConsumerView)
  17. enum{ IDD = IDD_MAPICONSUMER_FORM };
  18. CMAPIConsumerSet* m_pSet;
  19. // NOTE: the ClassWizard will add data members here
  20. //}}AFX_DATA
  21. // Attributes
  22. public:
  23. CMAPIConsumerDoc* GetDocument();
  24. // Operations
  25. public:
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CMAPIConsumerView)
  29. public:
  30. virtual CRowset* OnGetRowset();
  31. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. virtual void OnInitialUpdate(); // called first time after construct
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. public:
  38. virtual ~CMAPIConsumerView();
  39. #ifdef _DEBUG
  40. virtual void AssertValid() const;
  41. virtual void Dump(CDumpContext& dc) const;
  42. #endif
  43. protected:
  44. // Generated message map functions
  45. protected:
  46. //{{AFX_MSG(CMAPIConsumerView)
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. #ifndef _DEBUG  // debug version in MAPIConsumerView.cpp
  51. inline CMAPIConsumerDoc* CMAPIConsumerView::GetDocument()
  52.    { return (CMAPIConsumerDoc*)m_pDocument; }
  53. #endif
  54. /////////////////////////////////////////////////////////////////////////////
  55. //{{AFX_INSERT_LOCATION}}
  56. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  57. #endif // !defined(AFX_MAPICONSUMERVIEW_H__1A082C37_C8D8_11D2_9949_D68A87749F4B__INCLUDED_)