captureframewnd.h

来自「matlab的视频接口程序」· C头文件 代码 · 共 22 行

H
22
字号

#ifndef __CAPTUREFRAMEWND__
#define __CAPTUREFRAMEWND__


#include <atlwin.h>
class CCaptureFrameWnd : public CWindowImpl<CCaptureFrameWnd>
{

	BEGIN_MSG_MAP(CCaptureFrameWnd)

	END_MSG_MAP
	//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	// GetWndClassInfo
	// Overrides the static function for describing the functionality 
	// of this window, menus and all!!
	//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	static CWndClassInfo& GetWndClassInfo();
};

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?