conotify.idl
来自「pppoe client」· IDL 代码 · 共 37 行
IDL
37 行
// 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 + =
减小字号Ctrl + -
显示快捷键?