ReactOS 0.4.16-dev-2320-ge1853c6
hstring.idl
Go to the documentation of this file.
1/*
2 * Copyright (C) 2014 Martin Storsjo
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
19import "wtypes.idl";
20
21typedef struct HSTRING__
22{
23 int unused;
25
26typedef [wire_marshal(wireBSTR), unique] HSTRING__* HSTRING;
27
28cpp_quote("DECLARE_HANDLE(HSTRING_BUFFER);")
29
31cpp_quote("{")
32cpp_quote(" union")
33cpp_quote(" {")
34cpp_quote(" PVOID Reserved1;")
35cpp_quote("#ifdef _WIN64")
36cpp_quote(" char Reserved2[24];")
37cpp_quote("#else")
38cpp_quote(" char Reserved2[20];")
39cpp_quote("#endif")
40cpp_quote(" } Reserved;")
41cpp_quote("} HSTRING_HEADER;")
CD3D10_BUFFER_DESC D3D10_BUFFER_DESC cpp_quote(" ~CD3D10_BUFFER_DESC() {}") operator const D3D10_BUFFER_DESC &() const
Definition: d3d10.idl:491
HSTRING__ * HSTRING
Definition: hstring.idl:26
@ Reserved2
Definition: sacdrv.h:1470
PVOID Reserved1
Definition: hstring.idl:34
int unused
Definition: hstring.idl:23
_Reserved_ PVOID Reserved
Definition: winddi.h:3974