www.pudn.com > LastTray_Jpeg.rar > Capture.h
#if !defined(AFX_CAPTURE_H__F57C4C32_3D97_465A_973E_5BD18CECEB04__INCLUDED_)
#define AFX_CAPTURE_H__F57C4C32_3D97_465A_973E_5BD18CECEB04__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Capture.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCapture thread
class CCapture : public CWinThread
{
DECLARE_DYNCREATE(CCapture)
public:
CCapture(); // protected constructor used by dynamic creation
// Attributes
public:
// Operations
public:
void OnCaptureNew(CWnd *pWnd);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCapture)
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CCapture();
// Generated message map functions
//{{AFX_MSG(CCapture)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CAPTURE_H__F57C4C32_3D97_465A_973E_5BD18CECEB04__INCLUDED_)