File: MediaInfoShellExt.idl

package info (click to toggle)
libmediainfo 20.09%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,296 kB
  • sloc: cpp: 205,411; ansic: 5,215; asm: 2,081; xml: 1,476; sh: 1,062; java: 1,032; cs: 944; python: 653; makefile: 383; pascal: 197; javascript: 188
file content (34 lines) | stat: -rw-r--r-- 785 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// MediaInfoShellExt.idl : IDL source for MediaInfoShellExt
//

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

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

[
	object,
	uuid(6482FE39-D67B-49E5-BAA1-EBDDB318055D),
	helpstring("IMediaInfoShellExt_ Interface"),
	pointer_default(unique)
]
interface IMediaInfoShellExt_ : IUnknown{
};
[
	uuid(BC1AAA9F-D8C5-4EB2-A10A-61B86B7EA77C),
	version(1.0),
	helpstring("MediaInfoShellExt 1.0 Type Library")
]
library MediaInfoShellExtLib
{
	importlib("stdole2.tlb");
	[
		uuid(869C14C8-1830-491F-B575-5F9AB40D2B42),
		helpstring("MediaInfoShellExt_ Class")
	]
	coclass MediaInfoShellExt_
	{
		[default] interface IMediaInfoShellExt_;
	};
};