@@ -45,6 +45,11 @@ typedef interface ICorDebugProcess4 ICorDebugProcess4;
45
45
46
46
#endif /* __ICorDebugProcess4_FWD_DEFINED__ */
47
47
48
+ #ifndef __ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_FWD_DEFINED__
49
+ #define __ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_FWD_DEFINED__
50
+ typedef interface ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly;
51
+
52
+ #endif /* __ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_FWD_DEFINED__ */
48
53
49
54
/* header files for imported files */
50
55
#include " cordebug.h"
@@ -155,6 +160,91 @@ EXTERN_C const IID IID_ICorDebugProcess4;
155
160
156
161
#endif /* __ICorDebugProcess4_INTERFACE_DEFINED__ */
157
162
163
+ #ifndef __ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_INTERFACE_DEFINED__
164
+ #define __ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_INTERFACE_DEFINED__
165
+
166
+ /* interface ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly */
167
+ /* [unique][uuid][local][object] */
168
+
169
+
170
+ EXTERN_C const IID IID_ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly;
171
+
172
+ #if defined(__cplusplus) && !defined(CINTERFACE)
173
+
174
+ MIDL_INTERFACE (" 34B27FB0-A318-450D-A0DD-11B70B21F41D" )
175
+ ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly : public IUnknown
176
+ {
177
+ public:
178
+ virtual HRESULT STDMETHODCALLTYPE InvokePauseCallback ( void ) = 0 ;
179
+
180
+ virtual HRESULT STDMETHODCALLTYPE InvokeResumeCallback ( void ) = 0 ;
181
+
182
+ };
183
+
184
+
185
+ #else /* C style interface */
186
+
187
+ typedef struct ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnlyVtbl
188
+ {
189
+ BEGIN_INTERFACE
190
+
191
+ HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
192
+ ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly * This,
193
+ /* [in] */ REFIID riid,
194
+ /* [annotation][iid_is][out] */
195
+ _COM_Outptr_ void **ppvObject);
196
+
197
+ ULONG ( STDMETHODCALLTYPE *AddRef )(
198
+ ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly * This);
199
+
200
+ ULONG ( STDMETHODCALLTYPE *Release )(
201
+ ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly * This);
202
+
203
+ HRESULT ( STDMETHODCALLTYPE *InvokePauseCallback )(
204
+ ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly * This);
205
+
206
+ HRESULT ( STDMETHODCALLTYPE *InvokeResumeCallback )(
207
+ ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly * This);
208
+
209
+ END_INTERFACE
210
+ } ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnlyVtbl;
211
+
212
+ interface ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly
213
+ {
214
+ CONST_VTBL struct ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnlyVtbl *lpVtbl;
215
+ };
216
+
217
+
218
+
219
+ #ifdef COBJMACROS
220
+
221
+
222
+ #define ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_QueryInterface (This,riid,ppvObject ) \
223
+ ( (This)->lpVtbl -> QueryInterface (This,riid,ppvObject) )
224
+
225
+ #define ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_AddRef (This ) \
226
+ ( (This)->lpVtbl -> AddRef (This) )
227
+
228
+ #define ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_Release (This ) \
229
+ ( (This)->lpVtbl -> Release (This) )
230
+
231
+
232
+ #define ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_InvokePauseCallback (This ) \
233
+ ( (This)->lpVtbl -> InvokePauseCallback (This) )
234
+
235
+ #define ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_InvokeResumeCallback (This ) \
236
+ ( (This)->lpVtbl -> InvokeResumeCallback (This) )
237
+
238
+ #endif /* COBJMACROS */
239
+
240
+
241
+ #endif /* C style interface */
242
+
243
+
244
+
245
+
246
+ #endif /* __ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_INTERFACE_DEFINED__ */
247
+
158
248
159
249
/* Additional Prototypes for ALL interfaces */
160
250
0 commit comments