📄 pptaddin.idl
字号:
// PPTAddin.idl : IDL source for PPTAddin.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (PPTAddin.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(26B27593-7093-4C3A-97B5-D7F67ECD78E9),
dual,
helpstring("IPPT2KAddin Interface"),
pointer_default(unique)
]
interface IPPT2KAddin : IDispatch
{
};
[
uuid(8901BF8D-9911-4F87-AB82-B5DEC237D446),
version(1.0),
helpstring("PPTAddin 1.0 Type Library")
]
library PPTADDINLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(CBCE78BC-D5CF-42FA-B95D-27A503367625),
helpstring("PPT2KAddin Class")
]
coclass PPT2KAddin
{
[default] interface IPPT2KAddin;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -