addinco.idl
来自「EVC4.rar」· IDL 代码 · 共 27 行
IDL
27 行
importlib("devshl.dll");
importlib("ide\devdbg.pkg");
[!crlf]
[!if=(ConnectionPointsEnabled, "TRUE")]
[
uuid([!InterfaceGUIDCP]),
helpstring("_[!InterfaceName]Events Interface")
]
dispinterface _[!InterfaceName]Events
{
properties:
methods:
};
[!crlf]
[!endif]
[
uuid([!ObjectGUID]),
helpstring("[!TypeName]")
]
coclass [!CoClassName]
{
[default] interface [!InterfaceName];
[!if=(ConnectionPointsEnabled, "TRUE")]
[default, source] dispinterface _[!InterfaceName]Events;
[!endif]
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?