lpc214x_much.idl
来自「SmartARM2400系列开发板全套资料」· IDL 代码 · 共 19 行
IDL
19 行
// LPC214x_Much.idl : IDL source for LPC214x_Much.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (LPC214x_Much.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
uuid(DACC5599-3C24-4647-BE7C-1EE1D1875C18),
version(1.0),
helpstring("LPC214x_Much 1.0 Type Library")
]
library LPC214x_MuchLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?