civilaviaton2institute.odl

来自「民航二所单片机驱动开发」· ODL 代码 · 共 45 行

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

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

[ uuid(03568103-EA60-4858-AC87-D1BA3A0C1D1A), version(1.0) ]
library CivilAviaton2Institute
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");




	//  Primary dispatch interface for CCA2IPro
	
	[ uuid(DDE96CAE-FFA3-4134-A67B-444F76EE7D85) ]
	dispinterface ICA2IPro
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CCA2IPro)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CCA2IPro)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CCA2IPro

	[ uuid(9E7A4A45-EED5-4178-BBB9-4682BC89B55F) ]
	coclass CA2IPro
	{
		[default] dispinterface ICA2IPro;
	};

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

⌨️ 快捷键说明

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