📄 copy.idl
字号:
// Copy.idl : IDL source for Copy.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (Copy.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(3E7225ED-80E5-11D2-8CDB-205850C10000),
dual,
helpstring("IMonitor Interface"),
pointer_default(unique)
]
interface IMonitor : IDispatch
{
};
[
uuid(3E7225E1-80E5-11D2-8CDB-205850C10000),
version(1.0),
helpstring("Copy 1.0 Type Library")
]
library COPYLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(7842554E-6BED-11D2-8CDB-B05550C10000),
helpstring("Monitor Class")
]
coclass Monitor
{
[default] interface IMonitor;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -