📄 pattern.idl
字号:
// Pattern.idl : IDL source for Pattern.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (Pattern.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
uuid(F4CE362B-9814-4450-85D7-762ED2E8FE42),
version(1.0),
helpstring("Pattern 1.0 Type Library")
]
library PatternLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -