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

📄 dmovideowatermark.idl

📁 DmoVideoWatermark 这是一个DMO组件
💻 IDL
字号:
// DmoVideoWatermark.idl : IDL source for DmoVideoWatermark.dll
//

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

import "oaidl.idl";
import "ocidl.idl";
	
	[
		object,
		uuid(640E8368-4D88-4ACD-AAE4-2A19840921A6),
		dual,
		helpstring("IFlickerLogo Interface"),
		pointer_default(unique)
	]
	interface IFlickerLogo : IDispatch
	{
	};

[
	uuid(D8274958-89EA-4B2F-9D7D-509FB0A26D80),
	version(1.0),
	helpstring("DmoVideoWatermark 1.0 Type Library")
]
library DMOVIDEOWATERMARKLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	
	[
		uuid(75D3FDB1-F387-4D52-B753-7B1388B8623B),
		helpstring("FlickerLogo Class")
	]
	coclass FlickerLogo
	{
		[default] interface IFlickerLogo;
	};
};

⌨️ 快捷键说明

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