/usr/i686-w64-mingw32/include/optary.h is in mingw-w64-i686-dev 2.0.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 | /*** Autogenerated by WIDL from optary.idl - Do not edit ***/
#include <rpc.h>
#include <rpcndr.h>
#if !defined(COM_NO_WINDOWS_H) && !defined(__WINESRC__)
#include <windows.h>
#include <ole2.h>
#endif
#ifndef __WIDL_OPTARY_H
#define __WIDL_OPTARY_H
/* Forward declarations */
#ifndef __IOptionArray_FWD_DEFINED__
#define __IOptionArray_FWD_DEFINED__
typedef interface IOptionArray IOptionArray;
#endif
#ifndef __IHtmlLoadOptions_FWD_DEFINED__
#define __IHtmlLoadOptions_FWD_DEFINED__
typedef interface IHtmlLoadOptions IHtmlLoadOptions;
#endif
/* Headers for imported files */
#include <objidl.h>
#include <oleidl.h>
#ifdef __cplusplus
extern "C" {
#endif
/*****************************************************************************
* IOptionArray interface
*/
#ifndef __IOptionArray_INTERFACE_DEFINED__
#define __IOptionArray_INTERFACE_DEFINED__
typedef IOptionArray *LPOPTIONARRAY;
DEFINE_GUID(IID_IOptionArray, 0x22b6d492, 0x0f88, 0x11d1, 0xba,0x19, 0x00,0xc0,0x4f,0xd9,0x12,0xd0);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("22b6d492-0f88-11d1-ba19-00c04fd912d0")
IOptionArray : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE QueryOption(
DWORD dwOption,
LPVOID pBuffer,
ULONG *pcbBuf) = 0;
virtual HRESULT STDMETHODCALLTYPE SetOption(
DWORD dwOption,
LPVOID pBuffer,
ULONG cbBuf) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IOptionArray, 0x22b6d492, 0x0f88, 0x11d1, 0xba,0x19, 0x00,0xc0,0x4f,0xd9,0x12,0xd0)
#endif
#else
typedef struct IOptionArrayVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IOptionArray* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IOptionArray* This);
ULONG (STDMETHODCALLTYPE *Release)(
IOptionArray* This);
/*** IOptionArray methods ***/
HRESULT (STDMETHODCALLTYPE *QueryOption)(
IOptionArray* This,
DWORD dwOption,
LPVOID pBuffer,
ULONG *pcbBuf);
HRESULT (STDMETHODCALLTYPE *SetOption)(
IOptionArray* This,
DWORD dwOption,
LPVOID pBuffer,
ULONG cbBuf);
END_INTERFACE
} IOptionArrayVtbl;
interface IOptionArray {
CONST_VTBL IOptionArrayVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IOptionArray_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IOptionArray_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IOptionArray_Release(This) (This)->lpVtbl->Release(This)
/*** IOptionArray methods ***/
#define IOptionArray_QueryOption(This,dwOption,pBuffer,pcbBuf) (This)->lpVtbl->QueryOption(This,dwOption,pBuffer,pcbBuf)
#define IOptionArray_SetOption(This,dwOption,pBuffer,cbBuf) (This)->lpVtbl->SetOption(This,dwOption,pBuffer,cbBuf)
#endif
#endif
HRESULT STDMETHODCALLTYPE IOptionArray_QueryOption_Proxy(
IOptionArray* This,
DWORD dwOption,
LPVOID pBuffer,
ULONG *pcbBuf);
void __RPC_STUB IOptionArray_QueryOption_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IOptionArray_SetOption_Proxy(
IOptionArray* This,
DWORD dwOption,
LPVOID pBuffer,
ULONG cbBuf);
void __RPC_STUB IOptionArray_SetOption_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IOptionArray_INTERFACE_DEFINED__ */
/*****************************************************************************
* IHtmlLoadOptions interface
*/
#ifndef __IHtmlLoadOptions_INTERFACE_DEFINED__
#define __IHtmlLoadOptions_INTERFACE_DEFINED__
typedef enum __WIDL_optary_generated_name_00000000 {
HTMLLOADOPTION_CODEPAGE = 0,
HTMLLOADOPTION_INETSHORTCUTPATH = 1,
HTMLLOADOPTION_HYPERLINK = 2,
HTMLLOADOPTION_FRAMELOAD = 3
} HTMLLOADOPTION;
DEFINE_GUID(IID_IHtmlLoadOptions, 0xa71a0808, 0x0f88, 0x11d1, 0xba,0x19, 0x00,0xc0,0x4f,0xd9,0x12,0xd0);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("a71a0808-0f88-11d1-ba19-00c04fd912d0")
IHtmlLoadOptions : public IOptionArray
{
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IHtmlLoadOptions, 0xa71a0808, 0x0f88, 0x11d1, 0xba,0x19, 0x00,0xc0,0x4f,0xd9,0x12,0xd0)
#endif
#else
typedef struct IHtmlLoadOptionsVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IHtmlLoadOptions* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IHtmlLoadOptions* This);
ULONG (STDMETHODCALLTYPE *Release)(
IHtmlLoadOptions* This);
/*** IOptionArray methods ***/
HRESULT (STDMETHODCALLTYPE *QueryOption)(
IHtmlLoadOptions* This,
DWORD dwOption,
LPVOID pBuffer,
ULONG *pcbBuf);
HRESULT (STDMETHODCALLTYPE *SetOption)(
IHtmlLoadOptions* This,
DWORD dwOption,
LPVOID pBuffer,
ULONG cbBuf);
END_INTERFACE
} IHtmlLoadOptionsVtbl;
interface IHtmlLoadOptions {
CONST_VTBL IHtmlLoadOptionsVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IHtmlLoadOptions_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IHtmlLoadOptions_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IHtmlLoadOptions_Release(This) (This)->lpVtbl->Release(This)
/*** IOptionArray methods ***/
#define IHtmlLoadOptions_QueryOption(This,dwOption,pBuffer,pcbBuf) (This)->lpVtbl->QueryOption(This,dwOption,pBuffer,pcbBuf)
#define IHtmlLoadOptions_SetOption(This,dwOption,pBuffer,cbBuf) (This)->lpVtbl->SetOption(This,dwOption,pBuffer,cbBuf)
#endif
#endif
#endif /* __IHtmlLoadOptions_INTERFACE_DEFINED__ */
DEFINE_GUID(CLSID_HTMLLoadOptions, 0x18845040, 0x0FA5, 0x11D1, 0xBA,0x19, 0x00,0xC0,0x4F,0xD9,0x12,0xD0);
/* Begin additional prototypes for all interfaces */
/* End additional prototypes */
#ifdef __cplusplus
}
#endif
#endif /* __WIDL_OPTARY_H */
|