summaryrefslogtreecommitdiff
path: root/src/pal/prebuilt/inc/clrprivruntimebinders.h
blob: dc4324a5c67ab426bf42784e785be4d3cf3bc2a7 (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
// 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.



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


 /* File created by MIDL compiler version 8.00.0603 */
/* @@MIDL_FILE_HEADING(  ) */

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


/* 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 __CLRPrivRuntimeBinders_h__
#define __CLRPrivRuntimeBinders_h__

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

/* Forward Declarations */ 

#ifndef __CLRPrivAppXBinder_FWD_DEFINED__
#define __CLRPrivAppXBinder_FWD_DEFINED__

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

#endif 	/* __CLRPrivAppXBinder_FWD_DEFINED__ */


#ifndef __CLRPrivFusionBinder_FWD_DEFINED__
#define __CLRPrivFusionBinder_FWD_DEFINED__

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

#endif 	/* __CLRPrivFusionBinder_FWD_DEFINED__ */


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

#ifdef __cplusplus
extern "C"{
#endif 



#ifndef __CLRPrivRuntimeBinders_LIBRARY_DEFINED__
#define __CLRPrivRuntimeBinders_LIBRARY_DEFINED__

/* library CLRPrivRuntimeBinders */
/* [uuid] */ 


EXTERN_C const IID LIBID_CLRPrivRuntimeBinders;

EXTERN_C const CLSID CLSID_CLRPrivAppXBinder;

#ifdef __cplusplus

class DECLSPEC_UUID("E990F732-2D0A-48AC-87FC-EF12B618981A")
CLRPrivAppXBinder;
#endif

EXTERN_C const CLSID CLSID_CLRPrivFusionBinder;

#ifdef __cplusplus

class DECLSPEC_UUID("E990F732-2D0A-48AC-87FC-EF12B618981C")
CLRPrivFusionBinder;
#endif
#endif /* __CLRPrivRuntimeBinders_LIBRARY_DEFINED__ */

/* Additional Prototypes for ALL interfaces */

/* end of Additional Prototypes */

#ifdef __cplusplus
}
#endif

#endif