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

📄 datapool.odl

📁 组态王驱动的实例,这个例子与亚控的例子有很大不同
💻 ODL
字号:
// DataPool.odl : type library source for DataPool.dll

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

[ uuid(E8B57367-0423-4A49-8E3C-0694AEDBE2F7), version(1.0) ]
library DataPool
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	//  Primary dispatch interface for MYDLLPro
	[ uuid(87556684-0102-0304-0506-012345678902) ]
	dispinterface IDataPoolPro
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(MYDLLPro)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(MYDLLPro)
			//}}AFX_ODL_METHOD

	};

	//  Class information for MYDLLPro
	[ uuid(87556684-0102-0304-0506-012345678904) ]
	coclass DataPoolPro
	{
		[default] dispinterface IDataPoolPro;
	};

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

⌨️ 快捷键说明

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