OSDN Git Service

Update Hungarian.po (#807)
[winmerge-jp/winmerge-jp.git] / ShellExtension / ShellExtension.idl
1 // ShellExtension.idl : IDL source for ShellExtension.dll
2 //
3
4 // This file will be processed by the MIDL tool to
5 // produce the type library (ShellExtension.tlb) and marshalling code.
6
7 import "oaidl.idl";
8 import "ocidl.idl";
9         [
10                 object,
11                 uuid(64200B75-83AE-464A-88C6-262E175BBA92),
12                 dual,
13                 helpstring("IWinMergeShell Interface"),
14                 pointer_default(unique)
15         ]
16         interface IWinMergeShell : IDispatch
17         {
18         };
19
20 [
21         uuid(06029E17-28B5-456A-B866-4E79D98612FD),
22         version(1.0),
23         helpstring("ShellExtension 1.0 Type Library")
24 ]
25 library SHELLEXTENSIONLib
26 {
27         importlib("stdole32.tlb");
28         importlib("stdole2.tlb");
29
30         [
31                 uuid(4E716236-AA30-4C65-B225-D68BBA81E9C2),
32                 helpstring("WinMerge_Shell Extension")
33         ]
34         coclass WinMergeShell
35         {
36                 [default] interface IWinMergeShell;
37         };
38 };