⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 framegrabber.odl

📁 Vc++编写的抓图软件
💻 ODL
字号:
// FrameGrabber.odl : type library source for FrameGrabber.exe

// This file will be processed by the MIDL compiler to produce the
// type library (FrameGrabber.tlb).

[ uuid(BF6E44A6-8647-4CCA-96FF-9A2E10063AF2), version(1.0) ]
library FrameGrabber
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CFrameGrabberDoc
	
	[ uuid(0D377ACC-A3FC-4E1D-BAE4-252853D9080D) ]
	dispinterface IFrameGrabber
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CFrameGrabberDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CFrameGrabberDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CFrameGrabberDoc
	
	[ uuid(C16FBF77-0C66-476E-8C78-15BE5AE14306) ]
	coclass FrameGrabber
	{
		[default] dispinterface IFrameGrabber;
	};

	//{{AFX_APPEND_ODL}}
	//}}AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

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