~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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
/* Automated generated idl file <comsnaplib>.
 * Generated by genidl tool (c) 2009, 2010 Mingw-w64 project.
 */

/* Interface forward declarations.  */
interface ICOMNSViewHelper;
interface IComponentDataImpl;
interface ISnapinAboutImpl;

/* Structure forward declarations.  */
struct _RemotableHandle;

/* Union record forward declarations.  */
union __MIDL_IWinTypes_0009;

/* Union record forward declarations.  */
dispinterface ICOMNSView;

/* Union record forward declarations.  */
coclass COMNSView;
coclass ComponentDataImpl;
coclass ComponentServicesExtensionSnapin;
coclass SnapinAboutImpl;
coclass PartitionSetPropPages;
coclass PartitionPropPages;
coclass UserPropPages;
coclass PartitionSetContextMenu;
coclass PartitionContextMenu;
coclass PartitionNotifyHandler;

/* Structure/union declarations.  */
struct _RemotableHandle
{
  long fContext;
  union __MIDL_IWinTypes_0009 u;
};
union __MIDL_IWinTypes_0009
{
  long hInproc;
  long hRemote;
};

/* Type definitions.  */
typedef struct _RemotableHandle * wireHWND;

[
  uuid(410381CD-AF42-11D1-8F10-00C04FC2C17B),
  version(1.0),
  helpstring("ComSnap 1.0 Type Library")
]
library comsnaplib
{
  importlib("stdole2.tlb");

   /* CoClass declarations.  */
   [
     uuid(410381DB-AF42-11D1-8F10-00C04FC2C17B),
     helpstring("COMNSView Class"),
     cancreate,
     hidden
   ]
   coclass COMNSView
   {
     dispinterface ICOMNSView;
     interface ICOMNSViewHelper;
   };
   [
     uuid(C9BC92DF-5B9A-11D1-8F00-00C04FC2C17B),
     helpstring("ComponentDataImpl Class"),
     cancreate,
     hidden
   ]
   coclass ComponentDataImpl
   {
     interface IComponentDataImpl;
   };
   [
     uuid(DFFFAE4D-F0CF-46CD-9586-FE891237AB8A),
     helpstring("ComponentServicesExtensionSnapin Class"),
     cancreate,
     hidden
   ]
   coclass ComponentServicesExtensionSnapin
   {
     interface IComponentDataImpl;
   };
   [
     uuid(D7FCB63B-5C55-11D1-8F00-00C04FC2C17B),
     helpstring("SnapinAboutImpl Class"),
     cancreate,
     hidden
   ]
   coclass SnapinAboutImpl
   {
     interface ISnapinAboutImpl;
   };
   [
     uuid(9305969B-F45F-47E5-A954-6EA879E874CC),
     helpstring("PartitionSetPropPages Class"),
     cancreate,
     hidden
   ]
   coclass PartitionSetPropPages
   {
     interface IDispatch;
   };
   [
     uuid(2797CF92-415A-43E6-A8F7-A5FAAB783719),
     helpstring("PartitionPropPages Class"),
     cancreate,
     hidden
   ]
   coclass PartitionPropPages
   {
     interface IDispatch;
   };
   [
     uuid(FA3E1D55-16DF-446D-872E-BD04D4F39C93),
     helpstring("UserPropPages Class"),
     cancreate,
     hidden
   ]
   coclass UserPropPages
   {
     interface IDispatch;
   };
   [
     uuid(EEBD2F15-87EE-4F93-856F-6AD7E31787B3),
     helpstring("PartitionSetContextMenu Class"),
     cancreate,
     hidden
   ]
   coclass PartitionSetContextMenu
   {
     interface IDispatch;
   };
   [
     uuid(AB790AA1-CDC1-478A-9351-B2E05CFCAD09),
     helpstring("PartitionContextMenu Class"),
     cancreate,
     hidden
   ]
   coclass PartitionContextMenu
   {
     interface IDispatch;
   };
   [
     uuid(A00E1768-4A9B-4D97-AFC6-99D329F605F2),
     helpstring("PartitionContextMenu Class"),
     cancreate,
     hidden
   ]
   coclass PartitionNotifyHandler
   {
     interface IDispatch;
   };

   /* Dispatch interface declarations.  */
   [
     uuid(410381DA-AF42-11D1-8F10-00C04FC2C17B),
     helpstring("ICOMNSView Interface"),
     hidden,
     dual,
     oleautomation,
     dispatchable
   ]
   dispinterface ICOMNSView : IDispatch
   {
   };

};

/* Interface declarations.  */
[
  uuid(7F0B2FED-B19E-11D1-8F10-00C04FC2C17B),
  hidden
]
interface ICOMNSViewHelper : IUnknown
{
  [id(1610678272)]
  HRESULT __stdcall SetNewContainerHWND (
    [in] wireHWND hwnd
  );
};
[
  uuid(410381DC-AF42-11D1-8F10-00C04FC2C17B),
  helpstring("IComponentDataImpl Interface")
]
interface IComponentDataImpl : IUnknown
{
};
[
  uuid(410381DF-AF42-11D1-8F10-00C04FC2C17B),
  helpstring("ISnapinAboutImpl Interface")
]
interface ISnapinAboutImpl : IUnknown
{
};