⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 notify.idl

📁 pppoe client
💻 IDL
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -