summaryrefslogtreecommitdiff
path: root/src/vm/microsoft.comservices.h
blob: e112392ecc1a678b974156b14dcd7d39f19aba99 (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
// 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.0280 */
/* at Mon Jul 17 19:19:10 2000
 */
/* Compiler settings for Z:\urt\inst\v1.x86chk\Microsoft.ComServices.idl:
    Os (OptLev=s), W1, Zp8, env=Win32 (32b run), ms_ext, c_ext
    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__ 440
#endif

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

#ifndef __Microsoft2EComServices_h__
#define __Microsoft2EComServices_h__

/* Forward Declarations */ 

#ifndef __IRegistrationHelper_FWD_DEFINED__
#define __IRegistrationHelper_FWD_DEFINED__
typedef interface IRegistrationHelper IRegistrationHelper;
#endif 	/* __IRegistrationHelper_FWD_DEFINED__ */


#ifndef __RegistrationHelperTx_FWD_DEFINED__
#define __RegistrationHelperTx_FWD_DEFINED__

#ifdef __cplusplus
typedef class RegistrationHelperTx RegistrationHelperTx;
#else
typedef struct RegistrationHelperTx RegistrationHelperTx;
#endif /* __cplusplus */

#endif 	/* __RegistrationHelperTx_FWD_DEFINED__ */


#ifdef __cplusplus
extern "C"{
#endif 

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


#ifndef __Microsoft_ComServices_LIBRARY_DEFINED__
#define __Microsoft_ComServices_LIBRARY_DEFINED__

/* library Microsoft_ComServices */
/* [version][uuid] */ 


typedef /* [public][public][uuid] */  DECLSPEC_UUID("9D667CBC-FE79-3B45-AEBB-6303106B137A") 
enum __MIDL___MIDL_itf_Microsoft2EComServices_0000_0001
    {	InstallationFlags_Default	= 0,
	InstallationFlags_ExpectExistingTypeLib	= 1,
	InstallationFlags_CreateTargetApplication	= 2,
	InstallationFlags_FindOrCreateTargetApplication	= 4,
	InstallationFlags_ReconfigureExistingApplication	= 8,
	InstallationFlags_Register	= 256,
	InstallationFlags_Install	= 512,
	InstallationFlags_Configure	= 1024
    }	InstallationFlags;


EXTERN_C const IID LIBID_Microsoft_ComServices;

#ifndef __IRegistrationHelper_INTERFACE_DEFINED__
#define __IRegistrationHelper_INTERFACE_DEFINED__

/* interface IRegistrationHelper */
/* [object][custom][oleautomation][uuid] */ 


EXTERN_C const IID IID_IRegistrationHelper;

#if defined(__cplusplus) && !defined(CINTERFACE)
    
    MIDL_INTERFACE("55E3EA25-55CB-4650-8887-18E8D30BB4BC")
    IRegistrationHelper : public IUnknown
    {
    public:
        virtual HRESULT __stdcall InstallAssembly( 
            /* [in] */ BSTR assembly,
            /* [out][in] */ BSTR __RPC_FAR *application,
            /* [out][in] */ BSTR __RPC_FAR *tlb,
            /* [in] */ InstallationFlags installFlags) = 0;
        
        virtual HRESULT __stdcall RegisterAssembly( 
            /* [in] */ BSTR assembly,
            /* [out][in] */ BSTR __RPC_FAR *tlb) = 0;
        
        virtual HRESULT __stdcall ConfigureAssembly( 
            /* [in] */ BSTR assembly,
            /* [in] */ BSTR application) = 0;
        
        virtual HRESULT __stdcall UninstallAssembly( 
            /* [in] */ BSTR assembly,
            /* [in] */ BSTR application) = 0;
        
    };
    
#else 	/* C style interface */

    typedef struct IRegistrationHelperVtbl
    {
        BEGIN_INTERFACE
        
        HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
            IRegistrationHelper __RPC_FAR * This,
            /* [in] */ REFIID riid,
            /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
        
        ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
            IRegistrationHelper __RPC_FAR * This);
        
        ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
            IRegistrationHelper __RPC_FAR * This);
        
        HRESULT ( __stdcall __RPC_FAR *InstallAssembly )( 
            IRegistrationHelper __RPC_FAR * This,
            /* [in] */ BSTR assembly,
            /* [out][in] */ BSTR __RPC_FAR *application,
            /* [out][in] */ BSTR __RPC_FAR *tlb,
            /* [in] */ InstallationFlags installFlags);
        
        HRESULT ( __stdcall __RPC_FAR *RegisterAssembly )( 
            IRegistrationHelper __RPC_FAR * This,
            /* [in] */ BSTR assembly,
            /* [out][in] */ BSTR __RPC_FAR *tlb);
        
        HRESULT ( __stdcall __RPC_FAR *ConfigureAssembly )( 
            IRegistrationHelper __RPC_FAR * This,
            /* [in] */ BSTR assembly,
            /* [in] */ BSTR application);
        
        HRESULT ( __stdcall __RPC_FAR *UninstallAssembly )( 
            IRegistrationHelper __RPC_FAR * This,
            /* [in] */ BSTR assembly,
            /* [in] */ BSTR application);
        
        END_INTERFACE
    } IRegistrationHelperVtbl;

    interface IRegistrationHelper
    {
        CONST_VTBL struct IRegistrationHelperVtbl __RPC_FAR *lpVtbl;
    };

    

#ifdef COBJMACROS


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

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

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


#define IRegistrationHelper_InstallAssembly(This,assembly,application,tlb,installFlags)	\
    (This)->lpVtbl -> InstallAssembly(This,assembly,application,tlb,installFlags)

#define IRegistrationHelper_RegisterAssembly(This,assembly,tlb)	\
    (This)->lpVtbl -> RegisterAssembly(This,assembly,tlb)

#define IRegistrationHelper_ConfigureAssembly(This,assembly,application)	\
    (This)->lpVtbl -> ConfigureAssembly(This,assembly,application)

#define IRegistrationHelper_UninstallAssembly(This,assembly,application)	\
    (This)->lpVtbl -> UninstallAssembly(This,assembly,application)

#endif /* COBJMACROS */


#endif 	/* C style interface */



HRESULT __stdcall IRegistrationHelper_InstallAssembly_Proxy( 
    IRegistrationHelper __RPC_FAR * This,
    /* [in] */ BSTR assembly,
    /* [out][in] */ BSTR __RPC_FAR *application,
    /* [out][in] */ BSTR __RPC_FAR *tlb,
    /* [in] */ InstallationFlags installFlags);


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


HRESULT __stdcall IRegistrationHelper_RegisterAssembly_Proxy( 
    IRegistrationHelper __RPC_FAR * This,
    /* [in] */ BSTR assembly,
    /* [out][in] */ BSTR __RPC_FAR *tlb);


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


HRESULT __stdcall IRegistrationHelper_ConfigureAssembly_Proxy( 
    IRegistrationHelper __RPC_FAR * This,
    /* [in] */ BSTR assembly,
    /* [in] */ BSTR application);


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


HRESULT __stdcall IRegistrationHelper_UninstallAssembly_Proxy( 
    IRegistrationHelper __RPC_FAR * This,
    /* [in] */ BSTR assembly,
    /* [in] */ BSTR application);


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



#endif 	/* __IRegistrationHelper_INTERFACE_DEFINED__ */


EXTERN_C const CLSID CLSID_RegistrationHelperTx;

#ifdef __cplusplus

class DECLSPEC_UUID("89A86E7B-C229-4008-9BAA-2F5C8411D7E0")
RegistrationHelperTx;
#endif
#endif /* __Microsoft_ComServices_LIBRARY_DEFINED__ */

/* Additional Prototypes for ALL interfaces */

/* end of Additional Prototypes */

#ifdef __cplusplus
}
#endif

#endif