summaryrefslogtreecommitdiff
path: root/src/vm/ctxtcall.h
blob: d19441f985fc3debfd71b0415bf60e2c1fd71446 (plain)
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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.


#pragma warning( disable: 4049 )  /* more than 64k source lines */

/* this ALWAYS GENERATED file contains the definitions for the interfaces */


/* File created by MIDL compiler version 5.03.0279 */
/* at Wed Dec 06 11:12:56 2000
 */
/* Compiler settings for ctxtcall.idl:
    Oicf (OptLev=i2), W1, Zp8, env=Win32 (32b run), ms_ext, c_ext, robust
    error checks: allocation ref bounds_check enum stub_data 
    VC __declspec() decoration level: 
         __declspec(uuid()), __declspec(selectany), __declspec(novtable)
         DECLSPEC_UUID(), MIDL_INTERFACE()
*/
//@@MIDL_FILE_HEADING(  )


/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 475
#endif

#include "rpc.h"
#include "rpcndr.h"

#ifndef __RPCNDR_H_VERSION__
#error this stub requires an updated version of <rpcndr.h>
#endif // __RPCNDR_H_VERSION__

#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif /*COM_NO_WINDOWS_H*/

#ifndef __ctxtcall_h__
#define __ctxtcall_h__

/* Forward Declarations */ 

#ifndef __IContextCallback_FWD_DEFINED__
#define __IContextCallback_FWD_DEFINED__
typedef interface IContextCallback IContextCallback;
#endif 	/* __IContextCallback_FWD_DEFINED__ */


#ifndef __ITeardownNotification_FWD_DEFINED__
#define __ITeardownNotification_FWD_DEFINED__
typedef interface ITeardownNotification ITeardownNotification;
#endif 	/* __ITeardownNotification_FWD_DEFINED__ */


#ifndef __IComApartmentState_FWD_DEFINED__
#define __IComApartmentState_FWD_DEFINED__
typedef interface IComApartmentState IComApartmentState;
#endif 	/* __IComApartmentState_FWD_DEFINED__ */


/* header files for imported files */
#include "wtypes.h"
#include "objidl.h"

#ifdef __cplusplus
extern "C"{
#endif 

void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 

/* interface __MIDL_itf_ctxtcall_0000 */
/* [local] */ 

typedef struct tagComCallData
    {
    DWORD dwDispid;
    DWORD dwReserved;
    void __RPC_FAR *pUserDefined;
    }	ComCallData;



extern RPC_IF_HANDLE __MIDL_itf_ctxtcall_0000_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_ctxtcall_0000_v0_0_s_ifspec;

#ifndef __IContextCallback_INTERFACE_DEFINED__
#define __IContextCallback_INTERFACE_DEFINED__

/* interface IContextCallback */
/* [unique][uuid][object][local] */ 

typedef /* [ref] */ HRESULT ( __stdcall __RPC_FAR *PFNCONTEXTCALL )( 
    ComCallData __RPC_FAR *pParam);


EXTERN_C const IID IID_IContextCallback;

#if defined(__cplusplus) && !defined(CINTERFACE)
    
    MIDL_INTERFACE("000001da-0000-0000-C000-000000000046")
    IContextCallback : public IUnknown
    {
    public:
        virtual HRESULT STDMETHODCALLTYPE ContextCallback( 
            /* [in] */ PFNCONTEXTCALL pfnCallback,
            /* [in] */ ComCallData __RPC_FAR *pParam,
            /* [in] */ REFIID riid,
            /* [in] */ int iMethod,
            /* [in] */ IUnknown __RPC_FAR *pUnk) = 0;
        
    };
    
#else 	/* C style interface */

    typedef struct IContextCallbackVtbl
    {
        BEGIN_INTERFACE
        
        HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
            IContextCallback __RPC_FAR * This,
            /* [in] */ REFIID riid,
            /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
        
        ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
            IContextCallback __RPC_FAR * This);
        
        ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
            IContextCallback __RPC_FAR * This);
        
        HRESULT ( STDMETHODCALLTYPE __RPC_FAR *ContextCallback )( 
            IContextCallback __RPC_FAR * This,
            /* [in] */ PFNCONTEXTCALL pfnCallback,
            /* [in] */ ComCallData __RPC_FAR *pParam,
            /* [in] */ REFIID riid,
            /* [in] */ int iMethod,
            /* [in] */ IUnknown __RPC_FAR *pUnk);
        
        END_INTERFACE
    } IContextCallbackVtbl;

    interface IContextCallback
    {
        CONST_VTBL struct IContextCallbackVtbl __RPC_FAR *lpVtbl;
    };

    

#ifdef COBJMACROS


#define IContextCallback_QueryInterface(This,riid,ppvObject)	\
    (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)

#define IContextCallback_AddRef(This)	\
    (This)->lpVtbl -> AddRef(This)

#define IContextCallback_Release(This)	\
    (This)->lpVtbl -> Release(This)


#define IContextCallback_ContextCallback(This,pfnCallback,pParam,riid,iMethod,pUnk)	\
    (This)->lpVtbl -> ContextCallback(This,pfnCallback,pParam,riid,iMethod,pUnk)

#endif /* COBJMACROS */


#endif 	/* C style interface */



HRESULT STDMETHODCALLTYPE IContextCallback_ContextCallback_Proxy( 
    IContextCallback __RPC_FAR * This,
    /* [in] */ PFNCONTEXTCALL pfnCallback,
    /* [in] */ ComCallData __RPC_FAR *pParam,
    /* [in] */ REFIID riid,
    /* [in] */ int iMethod,
    /* [in] */ IUnknown __RPC_FAR *pUnk);


void __RPC_STUB IContextCallback_ContextCallback_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);



#endif 	/* __IContextCallback_INTERFACE_DEFINED__ */


#ifndef __ITeardownNotification_INTERFACE_DEFINED__
#define __ITeardownNotification_INTERFACE_DEFINED__

/* interface ITeardownNotification */
/* [unique][object][local][uuid] */ 


EXTERN_C const IID IID_ITeardownNotification;

#if defined(__cplusplus) && !defined(CINTERFACE)
    
    MIDL_INTERFACE("a85e0fb6-8bf4-4614-b164-7b43ef43f5be")
    ITeardownNotification : public IUnknown
    {
    public:
        virtual HRESULT STDMETHODCALLTYPE TeardownHint( void) = 0;
        
    };
    
#else 	/* C style interface */

    typedef struct ITeardownNotificationVtbl
    {
        BEGIN_INTERFACE
        
        HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
            ITeardownNotification __RPC_FAR * This,
            /* [in] */ REFIID riid,
            /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
        
        ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
            ITeardownNotification __RPC_FAR * This);
        
        ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
            ITeardownNotification __RPC_FAR * This);
        
        HRESULT ( STDMETHODCALLTYPE __RPC_FAR *TeardownHint )( 
            ITeardownNotification __RPC_FAR * This);
        
        END_INTERFACE
    } ITeardownNotificationVtbl;

    interface ITeardownNotification
    {
        CONST_VTBL struct ITeardownNotificationVtbl __RPC_FAR *lpVtbl;
    };

    

#ifdef COBJMACROS


#define ITeardownNotification_QueryInterface(This,riid,ppvObject)	\
    (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)

#define ITeardownNotification_AddRef(This)	\
    (This)->lpVtbl -> AddRef(This)

#define ITeardownNotification_Release(This)	\
    (This)->lpVtbl -> Release(This)


#define ITeardownNotification_TeardownHint(This)	\
    (This)->lpVtbl -> TeardownHint(This)

#endif /* COBJMACROS */


#endif 	/* C style interface */



HRESULT STDMETHODCALLTYPE ITeardownNotification_TeardownHint_Proxy( 
    ITeardownNotification __RPC_FAR * This);


void __RPC_STUB ITeardownNotification_TeardownHint_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);



#endif 	/* __ITeardownNotification_INTERFACE_DEFINED__ */


#ifndef __IComApartmentState_INTERFACE_DEFINED__
#define __IComApartmentState_INTERFACE_DEFINED__

/* interface IComApartmentState */
/* [object][local][uuid] */ 


EXTERN_C const IID IID_IComApartmentState;

#if defined(__cplusplus) && !defined(CINTERFACE)
    
    MIDL_INTERFACE("7e220139-8dde-47ef-b181-08be603efd75")
    IComApartmentState : public IUnknown
    {
    public:
        virtual HRESULT STDMETHODCALLTYPE RegisterForTeardownHint( 
            /* [in] */ ITeardownNotification __RPC_FAR *pT,
            /* [in] */ DWORD dwFlags,
            /* [out] */ ULONG_PTR __RPC_FAR *pCookie) = 0;
        
        virtual HRESULT STDMETHODCALLTYPE UnregisterForTeardownHint( 
            /* [in] */ ULONG_PTR cookie) = 0;
        
    };
    
#else 	/* C style interface */

    typedef struct IComApartmentStateVtbl
    {
        BEGIN_INTERFACE
        
        HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
            IComApartmentState __RPC_FAR * This,
            /* [in] */ REFIID riid,
            /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
        
        ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
            IComApartmentState __RPC_FAR * This);
        
        ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
            IComApartmentState __RPC_FAR * This);
        
        HRESULT ( STDMETHODCALLTYPE __RPC_FAR *RegisterForTeardownHint )( 
            IComApartmentState __RPC_FAR * This,
            /* [in] */ ITeardownNotification __RPC_FAR *pT,
            /* [in] */ DWORD dwFlags,
            /* [out] */ ULONG_PTR __RPC_FAR *pCookie);
        
        HRESULT ( STDMETHODCALLTYPE __RPC_FAR *UnregisterForTeardownHint )( 
            IComApartmentState __RPC_FAR * This,
            /* [in] */ ULONG_PTR cookie);
        
        END_INTERFACE
    } IComApartmentStateVtbl;

    interface IComApartmentState
    {
        CONST_VTBL struct IComApartmentStateVtbl __RPC_FAR *lpVtbl;
    };

    

#ifdef COBJMACROS


#define IComApartmentState_QueryInterface(This,riid,ppvObject)	\
    (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)

#define IComApartmentState_AddRef(This)	\
    (This)->lpVtbl -> AddRef(This)

#define IComApartmentState_Release(This)	\
    (This)->lpVtbl -> Release(This)


#define IComApartmentState_RegisterForTeardownHint(This,pT,dwFlags,pCookie)	\
    (This)->lpVtbl -> RegisterForTeardownHint(This,pT,dwFlags,pCookie)

#define IComApartmentState_UnregisterForTeardownHint(This,cookie)	\
    (This)->lpVtbl -> UnregisterForTeardownHint(This,cookie)

#endif /* COBJMACROS */


#endif 	/* C style interface */



HRESULT STDMETHODCALLTYPE IComApartmentState_RegisterForTeardownHint_Proxy( 
    IComApartmentState __RPC_FAR * This,
    /* [in] */ ITeardownNotification __RPC_FAR *pT,
    /* [in] */ DWORD dwFlags,
    /* [out] */ ULONG_PTR __RPC_FAR *pCookie);


void __RPC_STUB IComApartmentState_RegisterForTeardownHint_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


HRESULT STDMETHODCALLTYPE IComApartmentState_UnregisterForTeardownHint_Proxy( 
    IComApartmentState __RPC_FAR * This,
    /* [in] */ ULONG_PTR cookie);


void __RPC_STUB IComApartmentState_UnregisterForTeardownHint_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);



#endif 	/* __IComApartmentState_INTERFACE_DEFINED__ */


/* Additional Prototypes for ALL interfaces */

/* end of Additional Prototypes */

#ifdef __cplusplus
}
#endif

#endif