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

📄 componentvideo.idl

📁 【内容简介】 本书由一流的权威撰写
💻 IDL
字号:

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

[
	object,
	uuid(318B4AD4-06A7-11d3-9B58-0080C8E11F14),
	helpstring("IComponentVideo Interface"),
	pointer_default(unique)
]
interface IComponentVideo : IUnknown
{
	[helpstring("Obtain the signal value")]
	HRESULT GetCVideoSignalValue([out, retval] long* val);
};

[
	uuid(318B4AD5-06A7-11d3-9B58-0080C8E11F14),
	version(1.0),
	helpstring("Component VCR Type Library")
]
library ComponentVcrLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	[
		uuid(318B4AD6-06A7-11d3-9B58-0080C8E11F14),
		helpstring("Component VCR Class")
	]
	coclass ComponentVCR
	{
		interface IComponentVideo;
	};

};

⌨️ 快捷键说明

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