testplugin.idl
来自「类似QQ的源码程序」· IDL 代码 · 共 37 行
IDL
37 行
[
uuid(78FCE930-6D97-4E80-A634-59897D6E8BB2),
version(1.0),
helpstring("TestPlugin Library"),
custom(DE77BA64-517C-11D1-A2DA-0000F8773CE9, 100663657),
custom(DE77BA63-517C-11D1-A2DA-0000F8773CE9, 1140200718),
custom(DE77BA65-517C-11D1-A2DA-0000F8773CE9, "Created by MIDL version 6.00.0361 at Fri Feb 17 11:25:18 2006\n")
]
library TestPlugin
{
importlib("Exodus.exe");
importlib("stdole2.tlb");
[
uuid(AE5CDE9B-CFD3-4BE9-9855-C1A1BD52A089),
version(1.0),
helpstring("Dispatch interface for TesterPlugin Object"),
dual,
oleautomation
]
interface ITesterPlugin: IExodusPlugin
{
};
[
uuid(DE6D1148-AC93-412F-AF4B-F26C24136D2C),
version(1.0),
helpstring("TesterPlugin Object")
]
coclass TesterPlugin
{
[default] interface IExodusPlugin;
};
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?