~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
/* Automated generated idl file <wiaacmgrlib>.
 * Generated by genidl tool (c) 2009, 2010 Mingw-w64 project.
 */

/* Interface forward declarations.  */
interface IAcquisitionManager;

/* Union record forward declarations.  */
coclass AcquisitionManager;
coclass EventPrompter;

[
  uuid(80D45A3E-3CD8-4FF4-9E99-43A2109049D6),
  version(1.0),
  helpstring("wiaacmgr 1.0 Type Library")
]
library wiaacmgrlib
{
  importlib("stdole2.tlb");

   /* CoClass declarations.  */
   [
     uuid(D13E3F25-1688-45A0-9743-759EB35CDF9A),
     helpstring("AcquisitionManager Class"),
     cancreate
   ]
   coclass AcquisitionManager
   {
     interface IAcquisitionManager;
   };
   [
     uuid(5F4BAAD0-4D59-4FCD-B213-783CE7A92F22),
     helpstring("Prompts user for the a WIA event handler to run"),
     cancreate
   ]
   coclass EventPrompter
   {
     interface IUnknown;
   };

};

/* Interface declarations.  */
[
  uuid(FD28545C-BC7D-43AB-BD8C-4716A7294521),
  helpstring("IAcquisitionManager Interface")
]
interface IAcquisitionManager : IUnknown
{
};