📄 conotify.idl
字号:
// CoNotify.idl : IDL source for CoNotify
//
// This file will be processed by the MIDL tool to
// produce the type library (CoNotify.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(81002497-2FD7-4A4C-859B-E1A82977088F),
dual,
nonextensible,
helpstring("ICOPPPOENotify Interface"),
pointer_default(unique)
]
interface ICOPPPOENotify : IDispatch{
};
[
uuid(3C3F19FB-669D-4936-87B1-C4931B6D2C5E),
version(1.0),
helpstring("CoNotify 1.0 Type Library")
]
library CoNotifyLib
{
importlib("stdole2.tlb");
[
uuid(A6EA3085-85CB-45BF-ABE3-EFB3E062ABFE),
helpstring("COPPPOENotify Class")
]
coclass COPPPOENotify
{
[default] interface ICOPPPOENotify;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -