2 * Copyright 2017 Alex Henrie
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.
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.
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
25 typedef void *ROPARAMIIDHANDLE
;
30 interface IRoSimpleMetaDataBuilder
32 HRESULT SetWinRtInterface
(
40 HRESULT SetInterfaceGroupSimpleDefault
(
41 const WCHAR
*typename
,
42 const WCHAR
*default_name
,
43 const GUID
*default_iid
46 HRESULT SetInterfaceGroupParameterizedDefault
(
47 const WCHAR
*typename
,
48 UINT32 name_element_count
,
49 const WCHAR
**name_elements
52 HRESULT SetRuntimeClassSimpleDefault
(
53 const WCHAR
*typename
,
54 const WCHAR
*default_name
,
55 const GUID
*default_iid
58 HRESULT SetRuntimeClassParameterizedDefault
(
59 const WCHAR
*typename
,
60 UINT32 name_element_count
,
61 const WCHAR
**name_elements
65 const WCHAR
*typename
,
67 const WCHAR
**field_typenames
71 const WCHAR
*typename
,
72 const WCHAR
*base_type
75 HRESULT SetParameterizedInterface
(
80 HRESULT SetParameterizedDelegate
(
89 interface IRoMetaDataLocator
92 const WCHAR
*typename
,
93 IRoSimpleMetaDataBuilder
*out