serialcomm.odl

来自「一个风扇转速控制的上位机程序」· ODL 代码 · 共 43 行

ODL
43
字号
// SerialComm.odl : type library source for SerialComm.exe

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

[ uuid(A2E5BB58-7F51-4696-8F49-0AC0E8D265E3), version(1.0) ]
library SerialComm
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CSerialCommDoc
	
	[ uuid(B8FA13FE-0245-4201-AD60-2DAB2E740E26) ]
	dispinterface ISerialComm
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CSerialCommDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CSerialCommDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CSerialCommDoc
	
	[ uuid(E5063E32-1DC3-4BF2-A32A-466A51BAD21B) ]
	coclass SerialComm
	{
		[default] dispinterface ISerialComm;
	};

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

⌨️ 快捷键说明

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