datapool.odl

来自「组态王驱动的实例,这个例子与亚控的例子有很大不同」· ODL 代码 · 共 40 行

ODL
40
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?