mydll.odl

来自「组态王驱动sdk开发包,用于组态王驱动开发」· ODL 代码 · 共 45 行

ODL
45
字号
// Mydll.odl : type library source for Mydll.dll

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

[ uuid(7346971F-01F8-4B1D-BDC2-6BAB773DB1B2), version(1.0) ]
library Mydll
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");




	//  Primary dispatch interface for MYDLLPro
	
	[ uuid(185EE497-6AE3-4530-BC1A-8EAAADEC1F33) ]
	dispinterface IMYDLLPro
	{
		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(40F58121-E7AA-47CD-8F86-97D4554A769C) ]
	coclass MYDLLPro
	{
		[default] dispinterface IMYDLLPro;
	};

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

⌨️ 快捷键说明

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