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

📄 operationtool.idl

📁 采用文档类方法实现的一种串口通讯协议。可以借鉴参考
💻 IDL
字号:

	// OperationTool.idl : IDL source for OperationTool.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (OperationTool.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
	uuid(DD2381FE-67CB-4CEE-B8DD-A965EA81B23D),
	version(1.0),
	helpstring("OperationTool 1.0 Type Library")
]
library OperationToolLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");
};

	

	// OperationTool.idl : IDL source for OperationTool.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (OperationTool.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
	uuid(4B348C6C-8C25-4084-8EEC-6148D716A4B3),
	version(1.0),
	helpstring("OperationTool 1.0 Type Library")
]
library OperationToolLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");
};

	

⌨️ 快捷键说明

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