ReactOS 0.4.16-dev-2332-g4cba65d
mscoree_classes.idl
Go to the documentation of this file.
1/*
2 * Copyright 2011 Alistair Leslie-Hughes
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19#pragma makedep register
20
21[
22 helpstring("Microsoft Common Language Runtime Host V2"),
23 threading(both),
24 progid("CLRMetaData.CLRRuntimeHost.1"),
25 vi_progid("CLRMetaData.CLRRuntimeHost"),
26 uuid(90F1A06E-7712-4762-86B5-7A5EBA6BDB01),
27]
29{
30}
31
32[
33 helpstring("Microsoft Common Language Runtime Host V2"),
34 threading(both),
35 progid("CLRMetaData.CLRRuntimeHost.2"),
36 vi_progid("CLRMetaData.CLRRuntimeHost"),
37 uuid(90F1A06E-7712-4762-86B5-7A5EBA6BDB02),
38]
40{
41}
42
43[
44 helpstring("Microsoft Common Language Runtime Meta Data"),
45 threading(both),
46 progid("CLRMetaData.CorMetaDataDispenser.2"),
47 vi_progid("CLRMetaData.CorMetaDataDispenser"),
48 uuid(E5CB7A31-7512-11D2-89CE-0080C792E5D8),
49]
51{
52}
53
54[
55 helpstring("Microsoft Common Language Runtime Meta Data"),
56 threading(both),
57 progid("CLRMetaData.CorMetaDataDispenserRuntime.2"),
58 vi_progid("CLRMetaData.CorMetaDataDispenserRuntime"),
59 uuid(1EC2DE53-75CC-11d2-9775-00A0C9B4D50C),
60]
62{
63}
64
65[
66 helpstring("Microsoft Common Language Runtime Host"),
67 threading(both),
68 progid("CLRMetaData.CorRuntimeHost.2"),
69 vi_progid("CLRMetaData.CorRuntimeHost"),
70 uuid(CB2F6723-AB3A-11d2-9C40-00C04FA30A3E),
71]
73{
74}
GLcontext * CC
#define progid(str)
Definition: exdisp.idl:31
#define vi_progid(str)
Definition: exdisp.idl:32
#define threading(model)
Definition: exdisp.idl:30
Definition: msctf.idl:532
coclass ICLRRuntimeHost helpstring("Microsoft Common Language Runtime Host V2")