📄 wordspy.idl
字号:
// WordSpy.idl : IDL source for WordSpy.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (WordSpy.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(95F03594-1668-4C31-83DA-D333C28F0157),
dual,
helpstring("IAddin Interface"),
pointer_default(unique)
]
interface IAddin : IDispatch
{
};
[
uuid(C9333EAD-F317-4BBA-B0E7-310B2059E1DF),
version(1.0),
helpstring("WordSpy 1.0 Type Library")
]
library WORDSPYLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(4761DD00-DB78-42E7-AF71-580514841ECC),
helpstring("Addin Class")
]
coclass Addin
{
[default] interface IAddin;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -