summaryrefslogtreecommitdiff
path: root/src/inc/iappdomainsetup.h
blob: ef8d9a3cfaaa03bc6d8a25919d004a2e5189936a (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
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
// 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.

// 

// ********************************************************
// ********************************************************
// ********************************************************
//
// !!!! DON'T USE THIS FILE, IT WILL BE OBSOLETE SOON !!!!
//
// ********************************************************
// ********************************************************
// ********************************************************




#ifndef FEATURE_COMINTEROP
#error FEATURE_COMINTEROP is required for this file
#endif // FEATURE_COMINTEROP



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

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


 /* File created by MIDL compiler version 6.00.0338 */
/* at Wed Jan 17 16:59:41 2001
 */
/* Compiler settings for IAppDomainSetup.idl:
    Os, W1, Zp8, env=Win32 (32b run)
    protocol : dce , 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 __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 __IAppDomainSetup_h__
#define __IAppDomainSetup_h__

#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif

/* Forward Declarations */ 

#ifndef __IAppDomainSetup_FWD_DEFINED__
#define __IAppDomainSetup_FWD_DEFINED__
typedef interface IAppDomainSetup IAppDomainSetup;
#endif 	/* __IAppDomainSetup_FWD_DEFINED__ */


/* header files for imported files */
#include "unknwn.h"

#ifdef __cplusplus
extern "C"{
#endif 

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

#ifndef __IAppDomainSetup_INTERFACE_DEFINED__
#define __IAppDomainSetup_INTERFACE_DEFINED__

/* interface IAppDomainSetup */
/* [object][oleautomation][version][uuid] */ 


EXTERN_C const IID IID_IAppDomainSetup;

#if defined(__cplusplus) && !defined(CINTERFACE)
    
    MIDL_INTERFACE("27FFF232-A7A8-40DD-8D4A-734AD59FCD41")
    IAppDomainSetup : public IUnknown
    {
    public:
        virtual /* [propget] */ HRESULT __stdcall get_ApplicationBase( 
            /* [retval][out] */ BSTR *pRetVal) = 0;
        
        virtual /* [propput] */ HRESULT __stdcall put_ApplicationBase( 
            /* [in] */ BSTR pRetVal) = 0;
        
        virtual /* [propget] */ HRESULT __stdcall get_ApplicationName( 
            /* [retval][out] */ BSTR *pRetVal) = 0;
        
        virtual /* [propput] */ HRESULT __stdcall put_ApplicationName( 
            /* [in] */ BSTR pRetVal) = 0;
        
        virtual /* [propget] */ HRESULT __stdcall get_CachePath( 
            /* [retval][out] */ BSTR *pRetVal) = 0;
        
        virtual /* [propput] */ HRESULT __stdcall put_CachePath( 
            /* [in] */ BSTR pRetVal) = 0;
        
        virtual /* [propget] */ HRESULT __stdcall get_ConfigurationFile( 
            /* [retval][out] */ BSTR *pRetVal) = 0;
        
        virtual /* [propput] */ HRESULT __stdcall put_ConfigurationFile( 
            /* [in] */ BSTR pRetVal) = 0;
        
        virtual /* [propget] */ HRESULT __stdcall get_DynamicBase( 
            /* [retval][out] */ BSTR *pRetVal) = 0;
        
        virtual /* [propput] */ HRESULT __stdcall put_DynamicBase( 
            /* [in] */ BSTR pRetVal) = 0;
        
        virtual /* [propget] */ HRESULT __stdcall get_LicenseFile( 
            /* [retval][out] */ BSTR *pRetVal) = 0;
        
        virtual /* [propput] */ HRESULT __stdcall put_LicenseFile( 
            /* [in] */ BSTR pRetVal) = 0;
        
        virtual /* [propget] */ HRESULT __stdcall get_PrivateBinPath( 
            /* [retval][out] */ BSTR *pRetVal) = 0;
        
        virtual /* [propput] */ HRESULT __stdcall put_PrivateBinPath( 
            /* [in] */ BSTR pRetVal) = 0;
        
        virtual /* [propget] */ HRESULT __stdcall get_PrivateBinPathProbe( 
            /* [retval][out] */ BSTR *pRetVal) = 0;
        
        virtual /* [propput] */ HRESULT __stdcall put_PrivateBinPathProbe( 
            /* [in] */ BSTR pRetVal) = 0;
        
        virtual /* [propget] */ HRESULT __stdcall get_ShadowCopyDirectories( 
            /* [retval][out] */ BSTR *pRetVal) = 0;
        
        virtual /* [propput] */ HRESULT __stdcall put_ShadowCopyDirectories( 
            /* [in] */ BSTR pRetVal) = 0;
        
        virtual /* [propget] */ HRESULT __stdcall get_ShadowCopyFiles( 
            /* [retval][out] */ BSTR *pRetVal) = 0;
        
        virtual /* [propput] */ HRESULT __stdcall put_ShadowCopyFiles( 
            /* [in] */ BSTR pRetVal) = 0;
        
    };
    
#else 	/* C style interface */

    typedef struct IAppDomainSetupVtbl
    {
        BEGIN_INTERFACE
        
        HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
            IAppDomainSetup * This,
            /* [in] */ REFIID riid,
            /* [iid_is][out] */ void **ppvObject);
        
        ULONG ( STDMETHODCALLTYPE *AddRef )( 
            IAppDomainSetup * This);
        
        ULONG ( STDMETHODCALLTYPE *Release )( 
            IAppDomainSetup * This);
        
        /* [propget] */ HRESULT ( __stdcall *get_ApplicationBase )( 
            IAppDomainSetup * This,
            /* [retval][out] */ BSTR *pRetVal);
        
        /* [propput] */ HRESULT ( __stdcall *put_ApplicationBase )( 
            IAppDomainSetup * This,
            /* [in] */ BSTR pRetVal);
        
        /* [propget] */ HRESULT ( __stdcall *get_ApplicationName )( 
            IAppDomainSetup * This,
            /* [retval][out] */ BSTR *pRetVal);
        
        /* [propput] */ HRESULT ( __stdcall *put_ApplicationName )( 
            IAppDomainSetup * This,
            /* [in] */ BSTR pRetVal);
        
        /* [propget] */ HRESULT ( __stdcall *get_CachePath )( 
            IAppDomainSetup * This,
            /* [retval][out] */ BSTR *pRetVal);
        
        /* [propput] */ HRESULT ( __stdcall *put_CachePath )( 
            IAppDomainSetup * This,
            /* [in] */ BSTR pRetVal);
        
        /* [propget] */ HRESULT ( __stdcall *get_ConfigurationFile )( 
            IAppDomainSetup * This,
            /* [retval][out] */ BSTR *pRetVal);
        
        /* [propput] */ HRESULT ( __stdcall *put_ConfigurationFile )( 
            IAppDomainSetup * This,
            /* [in] */ BSTR pRetVal);
        
        /* [propget] */ HRESULT ( __stdcall *get_DynamicBase )( 
            IAppDomainSetup * This,
            /* [retval][out] */ BSTR *pRetVal);
        
        /* [propput] */ HRESULT ( __stdcall *put_DynamicBase )( 
            IAppDomainSetup * This,
            /* [in] */ BSTR pRetVal);
        
        /* [propget] */ HRESULT ( __stdcall *get_LicenseFile )( 
            IAppDomainSetup * This,
            /* [retval][out] */ BSTR *pRetVal);
        
        /* [propput] */ HRESULT ( __stdcall *put_LicenseFile )( 
            IAppDomainSetup * This,
            /* [in] */ BSTR pRetVal);
        
        /* [propget] */ HRESULT ( __stdcall *get_PrivateBinPath )( 
            IAppDomainSetup * This,
            /* [retval][out] */ BSTR *pRetVal);
        
        /* [propput] */ HRESULT ( __stdcall *put_PrivateBinPath )( 
            IAppDomainSetup * This,
            /* [in] */ BSTR pRetVal);
        
        /* [propget] */ HRESULT ( __stdcall *get_PrivateBinPathProbe )( 
            IAppDomainSetup * This,
            /* [retval][out] */ BSTR *pRetVal);
        
        /* [propput] */ HRESULT ( __stdcall *put_PrivateBinPathProbe )( 
            IAppDomainSetup * This,
            /* [in] */ BSTR pRetVal);
        
        /* [propget] */ HRESULT ( __stdcall *get_ShadowCopyDirectories )( 
            IAppDomainSetup * This,
            /* [retval][out] */ BSTR *pRetVal);
        
        /* [propput] */ HRESULT ( __stdcall *put_ShadowCopyDirectories )( 
            IAppDomainSetup * This,
            /* [in] */ BSTR pRetVal);
        
        /* [propget] */ HRESULT ( __stdcall *get_ShadowCopyFiles )( 
            IAppDomainSetup * This,
            /* [retval][out] */ BSTR *pRetVal);
        
        /* [propput] */ HRESULT ( __stdcall *put_ShadowCopyFiles )( 
            IAppDomainSetup * This,
            /* [in] */ BSTR pRetVal);
        
        END_INTERFACE
    } IAppDomainSetupVtbl;

    interface IAppDomainSetup
    {
        CONST_VTBL struct IAppDomainSetupVtbl *lpVtbl;
    };

    

#ifdef COBJMACROS


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

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

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


#define IAppDomainSetup_get_ApplicationBase(This,pRetVal)	\
    (This)->lpVtbl -> get_ApplicationBase(This,pRetVal)

#define IAppDomainSetup_put_ApplicationBase(This,pRetVal)	\
    (This)->lpVtbl -> put_ApplicationBase(This,pRetVal)

#define IAppDomainSetup_get_ApplicationName(This,pRetVal)	\
    (This)->lpVtbl -> get_ApplicationName(This,pRetVal)

#define IAppDomainSetup_put_ApplicationName(This,pRetVal)	\
    (This)->lpVtbl -> put_ApplicationName(This,pRetVal)

#define IAppDomainSetup_get_CachePath(This,pRetVal)	\
    (This)->lpVtbl -> get_CachePath(This,pRetVal)

#define IAppDomainSetup_put_CachePath(This,pRetVal)	\
    (This)->lpVtbl -> put_CachePath(This,pRetVal)

#define IAppDomainSetup_get_ConfigurationFile(This,pRetVal)	\
    (This)->lpVtbl -> get_ConfigurationFile(This,pRetVal)

#define IAppDomainSetup_put_ConfigurationFile(This,pRetVal)	\
    (This)->lpVtbl -> put_ConfigurationFile(This,pRetVal)

#define IAppDomainSetup_get_DynamicBase(This,pRetVal)	\
    (This)->lpVtbl -> get_DynamicBase(This,pRetVal)

#define IAppDomainSetup_put_DynamicBase(This,pRetVal)	\
    (This)->lpVtbl -> put_DynamicBase(This,pRetVal)

#define IAppDomainSetup_get_LicenseFile(This,pRetVal)	\
    (This)->lpVtbl -> get_LicenseFile(This,pRetVal)

#define IAppDomainSetup_put_LicenseFile(This,pRetVal)	\
    (This)->lpVtbl -> put_LicenseFile(This,pRetVal)

#define IAppDomainSetup_get_PrivateBinPath(This,pRetVal)	\
    (This)->lpVtbl -> get_PrivateBinPath(This,pRetVal)

#define IAppDomainSetup_put_PrivateBinPath(This,pRetVal)	\
    (This)->lpVtbl -> put_PrivateBinPath(This,pRetVal)

#define IAppDomainSetup_get_PrivateBinPathProbe(This,pRetVal)	\
    (This)->lpVtbl -> get_PrivateBinPathProbe(This,pRetVal)

#define IAppDomainSetup_put_PrivateBinPathProbe(This,pRetVal)	\
    (This)->lpVtbl -> put_PrivateBinPathProbe(This,pRetVal)

#define IAppDomainSetup_get_ShadowCopyDirectories(This,pRetVal)	\
    (This)->lpVtbl -> get_ShadowCopyDirectories(This,pRetVal)

#define IAppDomainSetup_put_ShadowCopyDirectories(This,pRetVal)	\
    (This)->lpVtbl -> put_ShadowCopyDirectories(This,pRetVal)

#define IAppDomainSetup_get_ShadowCopyFiles(This,pRetVal)	\
    (This)->lpVtbl -> get_ShadowCopyFiles(This,pRetVal)

#define IAppDomainSetup_put_ShadowCopyFiles(This,pRetVal)	\
    (This)->lpVtbl -> put_ShadowCopyFiles(This,pRetVal)

#endif /* COBJMACROS */


#endif 	/* C style interface */



/* [propget] */ HRESULT __stdcall IAppDomainSetup_get_ApplicationBase_Proxy( 
    IAppDomainSetup * This,
    /* [retval][out] */ BSTR *pRetVal);


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


/* [propput] */ HRESULT __stdcall IAppDomainSetup_put_ApplicationBase_Proxy( 
    IAppDomainSetup * This,
    /* [in] */ BSTR pRetVal);


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


/* [propget] */ HRESULT __stdcall IAppDomainSetup_get_ApplicationName_Proxy( 
    IAppDomainSetup * This,
    /* [retval][out] */ BSTR *pRetVal);


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


/* [propput] */ HRESULT __stdcall IAppDomainSetup_put_ApplicationName_Proxy( 
    IAppDomainSetup * This,
    /* [in] */ BSTR pRetVal);


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


/* [propget] */ HRESULT __stdcall IAppDomainSetup_get_CachePath_Proxy( 
    IAppDomainSetup * This,
    /* [retval][out] */ BSTR *pRetVal);


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


/* [propput] */ HRESULT __stdcall IAppDomainSetup_put_CachePath_Proxy( 
    IAppDomainSetup * This,
    /* [in] */ BSTR pRetVal);


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


/* [propget] */ HRESULT __stdcall IAppDomainSetup_get_ConfigurationFile_Proxy( 
    IAppDomainSetup * This,
    /* [retval][out] */ BSTR *pRetVal);


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


/* [propput] */ HRESULT __stdcall IAppDomainSetup_put_ConfigurationFile_Proxy( 
    IAppDomainSetup * This,
    /* [in] */ BSTR pRetVal);


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


/* [propget] */ HRESULT __stdcall IAppDomainSetup_get_DynamicBase_Proxy( 
    IAppDomainSetup * This,
    /* [retval][out] */ BSTR *pRetVal);


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


/* [propput] */ HRESULT __stdcall IAppDomainSetup_put_DynamicBase_Proxy( 
    IAppDomainSetup * This,
    /* [in] */ BSTR pRetVal);


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


/* [propget] */ HRESULT __stdcall IAppDomainSetup_get_LicenseFile_Proxy( 
    IAppDomainSetup * This,
    /* [retval][out] */ BSTR *pRetVal);


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


/* [propput] */ HRESULT __stdcall IAppDomainSetup_put_LicenseFile_Proxy( 
    IAppDomainSetup * This,
    /* [in] */ BSTR pRetVal);


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


/* [propget] */ HRESULT __stdcall IAppDomainSetup_get_PrivateBinPath_Proxy( 
    IAppDomainSetup * This,
    /* [retval][out] */ BSTR *pRetVal);


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


/* [propput] */ HRESULT __stdcall IAppDomainSetup_put_PrivateBinPath_Proxy( 
    IAppDomainSetup * This,
    /* [in] */ BSTR pRetVal);


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


/* [propget] */ HRESULT __stdcall IAppDomainSetup_get_PrivateBinPathProbe_Proxy( 
    IAppDomainSetup * This,
    /* [retval][out] */ BSTR *pRetVal);


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


/* [propput] */ HRESULT __stdcall IAppDomainSetup_put_PrivateBinPathProbe_Proxy( 
    IAppDomainSetup * This,
    /* [in] */ BSTR pRetVal);


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


/* [propget] */ HRESULT __stdcall IAppDomainSetup_get_ShadowCopyDirectories_Proxy( 
    IAppDomainSetup * This,
    /* [retval][out] */ BSTR *pRetVal);


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


/* [propput] */ HRESULT __stdcall IAppDomainSetup_put_ShadowCopyDirectories_Proxy( 
    IAppDomainSetup * This,
    /* [in] */ BSTR pRetVal);


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


/* [propget] */ HRESULT __stdcall IAppDomainSetup_get_ShadowCopyFiles_Proxy( 
    IAppDomainSetup * This,
    /* [retval][out] */ BSTR *pRetVal);


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


/* [propput] */ HRESULT __stdcall IAppDomainSetup_put_ShadowCopyFiles_Proxy( 
    IAppDomainSetup * This,
    /* [in] */ BSTR pRetVal);


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



#endif 	/* __IAppDomainSetup_INTERFACE_DEFINED__ */


/* Additional Prototypes for ALL interfaces */

unsigned long             __RPC_USER  BSTR_UserSize(     unsigned long *, unsigned long            , BSTR * ); 
unsigned char * __RPC_USER  BSTR_UserMarshal(  unsigned long *, unsigned char *, BSTR * ); 
unsigned char * __RPC_USER  BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * ); 
void                      __RPC_USER  BSTR_UserFree(     unsigned long *, BSTR * ); 

/* end of Additional Prototypes */

#ifdef __cplusplus
}
#endif

#endif