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

📄 mysubscriber.idl

📁 【内容简介】 本书由一流的权威撰写
💻 IDL
字号:
// MySubscriber.idl : IDL source for MySubscriber.dll
//

// This file will be processed by the MIDL tool to
// produce the type library (MySubscriber.tlb) and marshalling code.

import "oaidl.idl";
import "ocidl.idl";
import "StockPrice.idl";
	
	[
		object,
		uuid(FF270B25-ECB9-4A78-8B8B-55CE10A1627B),
		helpstring("IMyStockEventSubscriber Interface"),
		pointer_default(unique)
	]
	interface IMyStockEventSubscriber : IUnknown
	{
	};

[
	uuid(18369476-0340-4151-89AA-724BFB78BEB9),
	version(1.0),
	helpstring("MySubscriber 1.0 Type Library")
]
library MYSUBSCRIBERLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");
	importlib("StockPrice.tlb");

	
	[
		uuid(067EC5B8-1CE3-4E1C-9317-6E4B342A920E),
		helpstring("MyStockEventSubscriber Class")
	]
	coclass MyStockEventSubscriber
	{
		[default] interface IMyStockEventSubscriber;
		interface IMyStockPriceEvent;
	};
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -