📄 outladdin.idl
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -