outladdin.idl
来自「outlook插件」· IDL 代码 · 共 39 行
IDL
39 行
// OutlAddin.idl : IDL source for OutlAddin.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (OutlAddin.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(1DD86088-5D03-4B99-99CD-F7F7C9C27A85),
dual,
helpstring("IOutlookAddin Interface"),
pointer_default(unique)
]
interface IOutlookAddin : IDispatch
{
};
[
uuid(AB29B862-C8B9-44E5-A070-F795FB29513B),
version(1.0),
helpstring("OutlAddin 1.0 Type Library")
]
library OUTLADDINLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(9CEF391C-7CA1-4280-B16C-441F0C6B9493),
helpstring("OutlookAddin Class")
]
coclass OutlookAddin
{
[default] interface IOutlookAddin;
};
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?