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

📄 stockprice.idl

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

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

import "oaidl.idl";
import "ocidl.idl";

	[
		object,
		uuid(A9E6D819-1891-462D-B32C-ED4AFD61B08B),
		dual,
		helpstring("IMyStockPriceEvent Interface"),
		pointer_default(unique)
	]
	interface IMyStockPriceEvent : IDispatch
	{
		[id(1), helpstring("method NewQuote")] HRESULT NewQuote([in] BSTR bsSymbol, [in] double dValue);
	};

[
	uuid(50484A79-FBB2-4232-B875-50E977F5D41A),
	version(1.0),
	helpstring("StockPrice 1.0 Type Library")
]
library STOCKPRICELib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");
	
	[
		uuid(1F6F353D-5738-4C05-9DA1-A64E19370A0E),
		helpstring("MyStockPriceEvent Class")
	]
	coclass MyStockPriceEvent
	{
		[default] interface IMyStockPriceEvent;
	};
};

⌨️ 快捷键说明

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