1 /*** Autogenerated by WIDL 1.6 from include/hstring.idl - Do not edit ***/
2 
3 #ifndef __REQUIRED_RPCNDR_H_VERSION__
4 #define __REQUIRED_RPCNDR_H_VERSION__ 475
5 #endif
6 
7 #include <rpc.h>
8 #include <rpcndr.h>
9 
10 #ifndef COM_NO_WINDOWS_H
11 #include <windows.h>
12 #include <ole2.h>
13 #endif
14 
15 #ifndef __hstring_h__
16 #define __hstring_h__
17 
18 /* Forward declarations */
19 
20 /* Headers for imported files */
21 
22 #include <wtypes.h>
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
28 typedef struct HSTRING__ {
29     int unused;
30 } HSTRING__;
31 typedef HSTRING__ *HSTRING;
32 
33   typedef struct HSTRING_HEADER {
34     __C89_NAMELESS union {
35       PVOID Reserved1;
36 #ifdef _WIN64
37       char Reserved2[24];
38 #else
39       char Reserved2[20];
40 #endif
41     } Reserved;
42   } HSTRING_HEADER;
43 
44 DECLARE_HANDLE(HSTRING_BUFFER);
45 /* Begin additional prototypes for all interfaces */
46 
47 
48 /* End additional prototypes */
49 
50 #ifdef __cplusplus
51 }
52 #endif
53 
54 #endif /* __hstring_h__ */
55