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

📄 ievideo.idl

📁 directshow video 摄像捕捉
💻 IDL
字号:
// IEVideo.idl : IDL source for IEVideo
//

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

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

[
	object,
	uuid(D89080BE-5019-4399-96E1-2A0E32AEF599),
	dual,
	nonextensible,
	helpstring("IMasterObject Interface"),
	pointer_default(unique)
]
interface IMasterObject : IDispatch{
};
[
	uuid(B4DDB057-9EDC-45B5-89A3-8CAD9F265F1E),
	version(1.0),
	helpstring("IEVideo 1.0 Type Library")
]
library IEVideoLib
{
	importlib("stdole2.tlb");
	[
		uuid(D700729C-E1F0-4D92-8C00-DEDEB6A69D88),
		helpstring("MasterObject Class")
	]
	coclass MasterObject
	{
		[default] interface IMasterObject;
	};
};

⌨️ 快捷键说明

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