ievideo.idl

来自「directshow video 摄像捕捉」· IDL 代码 · 共 37 行

IDL
37
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?