AviCap.h
上传用户:trilite
上传日期:2007-04-24
资源大小:261k
文件大小:1k
源码类别:

酒店行业

开发平台:

Visual C++

  1. #if !defined(AFX_AVICAP_H__FB815641_0F95_11D4_B348_0080C8F5DB70__INCLUDED_)
  2. #define AFX_AVICAP_H__FB815641_0F95_11D4_B348_0080C8F5DB70__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // AviCap.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // AviCap window
  10. #include "vfw.h"
  11. #define AVI_WINDOW_INID 0xffff
  12. #define AVI_WINDOW_OUTID 0xfffe
  13. class CAviCap
  14. {
  15. // Construction
  16. public:
  17. CAviCap();
  18. BOOL capInit(CWnd* pParentWnd, int tx, int ty, 
  19. int bx, int by, int avi_WindowID,
  20. int DeviceIndex);
  21. void capClose();
  22. HWND m_hWndCap;
  23. // Attributes
  24. public:
  25. // Operations
  26. public:
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(AviCap)
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. public:
  33. virtual ~CAviCap();
  34. // Generated message map functions
  35. protected:
  36. private:
  37. static LRESULT CALLBACK ErrorCallbackProc(HWND hWnd, int nErrID,LPSTR lpErrorText);
  38. };
  39. /////////////////////////////////////////////////////////////////////////////
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_AVICAP_H__FB815641_0F95_11D4_B348_0080C8F5DB70__INCLUDED_)