notify.idl
来自「pppoe client」· IDL 代码 · 共 37 行
IDL
37 行
// Notify.idl : IDL source for Notify
//
// This file will be processed by the MIDL tool to
// produce the type library (Notify.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(65300906-263E-48FE-8A6F-9D240522C928),
dual,
nonextensible,
helpstring("IPPPOENotify Interface"),
pointer_default(unique)
]
interface IPPPOENotify : IDispatch{
};
[
uuid(A0AF987A-8EFE-43DB-A7D0-E8A3775DE22A),
version(1.0),
helpstring("Notify 1.0 Type Library")
]
library NotifyLib
{
importlib("stdole2.tlb");
[
uuid(23BFB49C-B6F9-450C-8AD0-23142B24A00A),
helpstring("PPPOENotify Class")
]
coclass PPPOENotify
{
[default] interface IPPPOENotify;
};
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?