backDlg.h
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:1k
源码类别:

VC书籍

开发平台:

Visual C++

  1. // backDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CBackDlg dialog
  5. #include <mmsystem.h>
  6. #include "back.h"
  7. class CBackDlg : public CDialog
  8. {
  9. private:
  10.     HDRVR m_hVFDrv;
  11.     BYTE m_bStream;
  12. BOOL InitEncodeVideoVxD(void);
  13. BOOL InitEncodeAudioVxD(void);
  14. BOOL InitEncodeSystemVxD(void);
  15. CButton *cbSystem;
  16. CButton *cbVideo;
  17. CButton *cbAudio;
  18. // Construction
  19. public:
  20. CBackDlg(CWnd* pParent = NULL); // standard constructor
  21.     ~CBackDlg();
  22. // Dialog Data
  23. //{{AFX_DATA(CBackDlg)
  24. enum { IDD = IDD_BACK_DIALOG };
  25. // NOTE: the ClassWizard will add data members here
  26. //}}AFX_DATA
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CBackDlg)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. HICON m_hIcon;
  35. // Generated message map functions
  36. //{{AFX_MSG(CBackDlg)
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  39. afx_msg void OnPaint();
  40. afx_msg HCURSOR OnQueryDragIcon();
  41. afx_msg void OnRecord();
  42. afx_msg void OnStop();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };