1// Licensed to the .NET Foundation under one or more agreements.
2// The .NET Foundation licenses this file to you under the MIT license.
3// See the LICENSE file in the project root for more information.
4
5
6
7/* this ALWAYS GENERATED file contains the IIDs and CLSIDs */
8
9/* link this file in with the server and any clients */
10
11
12 /* File created by MIDL compiler version 8.00.0603 */
13/* @@MIDL_FILE_HEADING( ) */
14
15#pragma warning( disable: 4049 ) /* more than 64k source lines */
16
17
18#ifdef __cplusplus
19extern "C"{
20#endif
21
22
23#include <rpc.h>
24#include <rpcndr.h>
25
26#ifdef _MIDL_USE_GUIDDEF_
27
28#ifndef INITGUID
29#define INITGUID
30#include <guiddef.h>
31#undef INITGUID
32#else
33#include <guiddef.h>
34#endif
35
36#define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
37 DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
38
39#else // !_MIDL_USE_GUIDDEF_
40
41#ifndef __IID_DEFINED__
42#define __IID_DEFINED__
43
44typedef struct _IID
45{
46 unsigned long x;
47 unsigned short s1;
48 unsigned short s2;
49 unsigned char c[8];
50} IID;
51
52#endif // __IID_DEFINED__
53
54#ifndef CLSID_DEFINED
55#define CLSID_DEFINED
56typedef IID CLSID;
57#endif // CLSID_DEFINED
58
59#define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
60 const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
61
62#endif !_MIDL_USE_GUIDDEF_
63
64MIDL_DEFINE_GUID(IID, IID_ICLRPrivBinder,0x2601F621,0xE462,0x404C,0xB2,0x99,0x3E,0x1D,0xE7,0x2F,0x85,0x42);
65
66
67MIDL_DEFINE_GUID(IID, IID_ICLRPrivAssembly,0x2601F621,0xE462,0x404C,0xB2,0x99,0x3E,0x1D,0xE7,0x2F,0x85,0x43);
68
69
70MIDL_DEFINE_GUID(IID, IID_ICLRPrivResource,0x2601F621,0xE462,0x404C,0xB2,0x99,0x3E,0x1D,0xE7,0x2F,0x85,0x47);
71
72
73MIDL_DEFINE_GUID(IID, IID_ICLRPrivResourcePath,0x2601F621,0xE462,0x404C,0xB2,0x99,0x3E,0x1D,0xE7,0x2F,0x85,0x44);
74
75
76MIDL_DEFINE_GUID(IID, IID_ICLRPrivResourceStream,0x2601F621,0xE462,0x404C,0xB2,0x99,0x3E,0x1D,0xE7,0x2F,0x85,0x45);
77
78
79MIDL_DEFINE_GUID(IID, IID_ICLRPrivResourceHMODULE,0x2601F621,0xE462,0x404C,0xB2,0x99,0x3E,0x1D,0xE7,0x2F,0x85,0x46);
80
81
82MIDL_DEFINE_GUID(IID, IID_ICLRPrivResourceAssembly,0x8d2d3cc9,0x1249,0x4ad4,0x97,0x7d,0xb7,0x72,0xbd,0x4e,0x8a,0x94);
83
84
85MIDL_DEFINE_GUID(IID, IID_ICLRPrivAssemblyInfo,0x5653946E,0x800B,0x48B7,0x8B,0x09,0xB1,0xB8,0x79,0xB5,0x4F,0x68);
86
87
88MIDL_DEFINE_GUID(IID, IID_ICLRPrivAssemblyID_WinRT,0x4372D277,0x9906,0x4FED,0xBF,0x53,0x30,0xC0,0xB4,0x01,0x08,0x96);
89
90
91MIDL_DEFINE_GUID(IID, IID_ICLRPrivWinRtTypeBinder,0x6DE2A085,0xEFF4,0x4078,0x9F,0x60,0xB9,0xD3,0x66,0x73,0x63,0x98);
92
93#undef MIDL_DEFINE_GUID
94
95#ifdef __cplusplus
96}
97#endif
98
99
100
101