commwizard.idl

来自「通讯串口程序,大家可以借鉴一下」· IDL 代码 · 共 19 行

IDL
19
字号

	// CommWizard.idl : IDL source for CommWizard.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (CommWizard.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
	uuid(FC948347-9A55-4AC3-B58C-86B95C4A227A),
	version(1.0),
	helpstring("CommWizard 1.0 Type Library")
]
library CommWizardLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");
};

	

⌨️ 快捷键说明

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