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

📄 serialcomm.odl

📁 一个风扇转速控制的上位机程序
💻 ODL
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -