~mingw-w64/mingw-w64/experimental

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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/* Automated generated idl file <touchxlib>.
 * Generated by genidl tool (c) 2009, 2010 Mingw-w64 project.
 */

/* Interface forward declarations.  */
interface ITouchBand;

/* Union record forward declarations.  */
coclass TouchBand;
coclass TouchUIElementsRing;
coclass TouchUIElementsMouse;

[
  uuid(CED735EE-2A19-4EB5-AA0C-8BFA8F775144),
  version(1.0),
  helpstring("Touchx 1.0 Type Library")
]
library touchxlib
{
  importlib("stdole2.tlb");

   /* CoClass declarations.  */
   [
     uuid(91ADC906-6722-4B05-A12B-471ADDCCE132),
     helpstring("TouchBand Class"),
     cancreate
   ]
   coclass TouchBand
   {
     interface ITouchBand;
   };
   [
     uuid(63F5EE0F-7DBE-45D4-B8C7-C6194423D7BA),
     helpstring("TouchUIElementsRing Class"),
     cancreate
   ]
   coclass TouchUIElementsRing
   {
     interface IUnknown;
   };
   [
     uuid(4C085D4D-66D6-4999-A149-E3E32ADA9B10),
     helpstring("TouchUIElementsMouse Class"),
     cancreate
   ]
   coclass TouchUIElementsMouse
   {
     interface IUnknown;
   };

};

/* Interface declarations.  */
[
  uuid(9BDD23C3-340B-4505-8E92-3EBAA1E9DA43),
  helpstring("ITouchBand Interface")
]
interface ITouchBand : IUnknown
{
};