ole32: Remove some assertions in the stuctured storage code by
[wine] / include / d3d.h
1 /*
2  * Copyright (C) the Wine project
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 #ifndef __WINE_D3D_H
20 #define __WINE_D3D_H
21
22 #include <stdlib.h>
23 #include <objbase.h>
24 #include <d3dtypes.h> /* must precede d3dcaps.h */
25 #include <d3dcaps.h>
26
27 /*****************************************************************************
28  * Predeclare the interfaces
29  */
30 DEFINE_GUID(IID_IDirect3D,              0x3BBA0080,0x2421,0x11CF,0xA3,0x1A,0x00,0xAA,0x00,0xB9,0x33,0x56);
31 DEFINE_GUID(IID_IDirect3D2,             0x6aae1ec1,0x662a,0x11d0,0x88,0x9d,0x00,0xaa,0x00,0xbb,0xb7,0x6a);
32 DEFINE_GUID(IID_IDirect3D3,             0xbb223240,0xe72b,0x11d0,0xa9,0xb4,0x00,0xaa,0x00,0xc0,0x99,0x3e);
33 DEFINE_GUID(IID_IDirect3D7,             0xf5049e77,0x4861,0x11d2,0xa4,0x07,0x00,0xa0,0xc9,0x06,0x29,0xa8);
34
35 DEFINE_GUID(IID_IDirect3DRampDevice,    0xF2086B20,0x259F,0x11CF,0xA3,0x1A,0x00,0xAA,0x00,0xB9,0x33,0x56);
36 DEFINE_GUID(IID_IDirect3DRGBDevice,     0xA4665C60,0x2673,0x11CF,0xA3,0x1A,0x00,0xAA,0x00,0xB9,0x33,0x56);
37 DEFINE_GUID(IID_IDirect3DHALDevice,     0x84E63dE0,0x46AA,0x11CF,0x81,0x6F,0x00,0x00,0xC0,0x20,0x15,0x6E);
38 DEFINE_GUID(IID_IDirect3DMMXDevice,     0x881949a1,0xd6f3,0x11d0,0x89,0xab,0x00,0xa0,0xc9,0x05,0x41,0x29);
39 DEFINE_GUID(IID_IDirect3DRefDevice,     0x50936643,0x13e9,0x11d1,0x89,0xaa,0x00,0xa0,0xc9,0x05,0x41,0x29);
40 DEFINE_GUID(IID_IDirect3DTnLHalDevice,  0xf5049e78,0x4861,0x11d2,0xa4,0x07,0x00,0xa0,0xc9,0x06,0x29,0xa8);
41 DEFINE_GUID(IID_IDirect3DNullDevice,    0x8767df22,0xbacc,0x11d1,0x89,0x69,0x00,0xa0,0xc9,0x06,0x29,0xa8);
42
43 DEFINE_GUID(IID_IDirect3DDevice,        0x64108800,0x957d,0x11D0,0x89,0xAB,0x00,0xA0,0xC9,0x05,0x41,0x29);
44 DEFINE_GUID(IID_IDirect3DDevice2,       0x93281501,0x8CF8,0x11D0,0x89,0xAB,0x00,0xA0,0xC9,0x05,0x41,0x29);
45 DEFINE_GUID(IID_IDirect3DDevice3,       0xb0ab3b60,0x33d7,0x11d1,0xa9,0x81,0x00,0xc0,0x4f,0xd7,0xb1,0x74);
46 DEFINE_GUID(IID_IDirect3DDevice7,       0xf5049e79,0x4861,0x11d2,0xa4,0x07,0x00,0xa0,0xc9,0x06,0x29,0xa8);
47
48 DEFINE_GUID(IID_IDirect3DTexture,       0x2CDCD9E0,0x25A0,0x11CF,0xA3,0x1A,0x00,0xAA,0x00,0xB9,0x33,0x56);
49 DEFINE_GUID(IID_IDirect3DTexture2,      0x93281502,0x8CF8,0x11D0,0x89,0xAB,0x00,0xA0,0xC9,0x05,0x41,0x29);
50
51 DEFINE_GUID(IID_IDirect3DLight,         0x4417C142,0x33AD,0x11CF,0x81,0x6F,0x00,0x00,0xC0,0x20,0x15,0x6E);
52
53 DEFINE_GUID(IID_IDirect3DMaterial,      0x4417C144,0x33AD,0x11CF,0x81,0x6F,0x00,0x00,0xC0,0x20,0x15,0x6E);
54 DEFINE_GUID(IID_IDirect3DMaterial2,     0x93281503,0x8CF8,0x11D0,0x89,0xAB,0x00,0xA0,0xC9,0x05,0x41,0x29);
55 DEFINE_GUID(IID_IDirect3DMaterial3,     0xca9c46f4,0xd3c5,0x11d1,0xb7,0x5a,0x00,0x60,0x08,0x52,0xb3,0x12);
56
57 DEFINE_GUID(IID_IDirect3DExecuteBuffer, 0x4417C145,0x33AD,0x11CF,0x81,0x6F,0x00,0x00,0xC0,0x20,0x15,0x6E);
58
59 DEFINE_GUID(IID_IDirect3DViewport,      0x4417C146,0x33AD,0x11CF,0x81,0x6F,0x00,0x00,0xC0,0x20,0x15,0x6E);
60 DEFINE_GUID(IID_IDirect3DViewport2,     0x93281500,0x8CF8,0x11D0,0x89,0xAB,0x00,0xA0,0xC9,0x05,0x41,0x29);
61 DEFINE_GUID(IID_IDirect3DViewport3,     0xb0ab3b61,0x33d7,0x11d1,0xa9,0x81,0x00,0xc0,0x4f,0xd7,0xb1,0x74);
62
63 DEFINE_GUID(IID_IDirect3DVertexBuffer,  0x7a503555,0x4a83,0x11d1,0xa5,0xdb,0x00,0xa0,0xc9,0x03,0x67,0xf8);
64 DEFINE_GUID(IID_IDirect3DVertexBuffer7, 0xf5049e7d,0x4861,0x11d2,0xa4,0x07,0x00,0xa0,0xc9,0x06,0x29,0xa8);
65
66
67 typedef struct IDirect3D *LPDIRECT3D;
68 typedef struct IDirect3D2 *LPDIRECT3D2;
69 typedef struct IDirect3D3 *LPDIRECT3D3;
70 typedef struct IDirect3D7 *LPDIRECT3D7;
71
72 typedef struct IDirect3DLight *LPDIRECT3DLIGHT;
73
74 typedef struct IDirect3DDevice *LPDIRECT3DDEVICE;
75 typedef struct IDirect3DDevice2 *LPDIRECT3DDEVICE2;
76 typedef struct IDirect3DDevice3 *LPDIRECT3DDEVICE3;
77 typedef struct IDirect3DDevice7 *LPDIRECT3DDEVICE7;
78
79 typedef struct IDirect3DViewport *LPDIRECT3DVIEWPORT;
80 typedef struct IDirect3DViewport2 *LPDIRECT3DVIEWPORT2;
81 typedef struct IDirect3DViewport3 *LPDIRECT3DVIEWPORT3;
82
83 typedef struct IDirect3DMaterial *LPDIRECT3DMATERIAL;
84 typedef struct IDirect3DMaterial2 *LPDIRECT3DMATERIAL2;
85 typedef struct IDirect3DMaterial3 *LPDIRECT3DMATERIAL3;
86
87 typedef struct IDirect3DTexture *LPDIRECT3DTEXTURE;
88 typedef struct IDirect3DTexture2 *LPDIRECT3DTEXTURE2;
89
90 typedef struct IDirect3DExecuteBuffer *LPDIRECT3DEXECUTEBUFFER;
91
92 typedef struct IDirect3DVertexBuffer *LPDIRECT3DVERTEXBUFFER;
93 typedef struct IDirect3DVertexBuffer7 *LPDIRECT3DVERTEXBUFFER7;
94
95 /* ********************************************************************
96    Error Codes
97    ******************************************************************** */
98 #define D3D_OK                          DD_OK
99 #define D3DERR_BADMAJORVERSION          MAKE_DDHRESULT(700)
100 #define D3DERR_BADMINORVERSION          MAKE_DDHRESULT(701)
101 #define D3DERR_INVALID_DEVICE           MAKE_DDHRESULT(705)
102 #define D3DERR_INITFAILED               MAKE_DDHRESULT(706)
103 #define D3DERR_DEVICEAGGREGATED         MAKE_DDHRESULT(707)
104 #define D3DERR_EXECUTE_CREATE_FAILED    MAKE_DDHRESULT(710)
105 #define D3DERR_EXECUTE_DESTROY_FAILED   MAKE_DDHRESULT(711)
106 #define D3DERR_EXECUTE_LOCK_FAILED      MAKE_DDHRESULT(712)
107 #define D3DERR_EXECUTE_UNLOCK_FAILED    MAKE_DDHRESULT(713)
108 #define D3DERR_EXECUTE_LOCKED           MAKE_DDHRESULT(714)
109 #define D3DERR_EXECUTE_NOT_LOCKED       MAKE_DDHRESULT(715)
110 #define D3DERR_EXECUTE_FAILED           MAKE_DDHRESULT(716)
111 #define D3DERR_EXECUTE_CLIPPED_FAILED   MAKE_DDHRESULT(717)
112 #define D3DERR_TEXTURE_NO_SUPPORT       MAKE_DDHRESULT(720)
113 #define D3DERR_TEXTURE_CREATE_FAILED    MAKE_DDHRESULT(721)
114 #define D3DERR_TEXTURE_DESTROY_FAILED   MAKE_DDHRESULT(722)
115 #define D3DERR_TEXTURE_LOCK_FAILED      MAKE_DDHRESULT(723)
116 #define D3DERR_TEXTURE_UNLOCK_FAILED    MAKE_DDHRESULT(724)
117 #define D3DERR_TEXTURE_LOAD_FAILED      MAKE_DDHRESULT(725)
118 #define D3DERR_TEXTURE_SWAP_FAILED      MAKE_DDHRESULT(726)
119 #define D3DERR_TEXTURE_LOCKED           MAKE_DDHRESULT(727)
120 #define D3DERR_TEXTURE_NOT_LOCKED       MAKE_DDHRESULT(728)
121 #define D3DERR_TEXTURE_GETSURF_FAILED   MAKE_DDHRESULT(729)
122 #define D3DERR_MATRIX_CREATE_FAILED     MAKE_DDHRESULT(730)
123 #define D3DERR_MATRIX_DESTROY_FAILED    MAKE_DDHRESULT(731)
124 #define D3DERR_MATRIX_SETDATA_FAILED    MAKE_DDHRESULT(732)
125 #define D3DERR_MATRIX_GETDATA_FAILED    MAKE_DDHRESULT(733)
126 #define D3DERR_SETVIEWPORTDATA_FAILED   MAKE_DDHRESULT(734)
127 #define D3DERR_INVALIDCURRENTVIEWPORT   MAKE_DDHRESULT(735)
128 #define D3DERR_INVALIDPRIMITIVETYPE     MAKE_DDHRESULT(736)
129 #define D3DERR_INVALIDVERTEXTYPE        MAKE_DDHRESULT(737)
130 #define D3DERR_TEXTURE_BADSIZE          MAKE_DDHRESULT(738)
131 #define D3DERR_INVALIDRAMPTEXTURE       MAKE_DDHRESULT(739)
132 #define D3DERR_MATERIAL_CREATE_FAILED   MAKE_DDHRESULT(740)
133 #define D3DERR_MATERIAL_DESTROY_FAILED  MAKE_DDHRESULT(741)
134 #define D3DERR_MATERIAL_SETDATA_FAILED  MAKE_DDHRESULT(742)
135 #define D3DERR_MATERIAL_GETDATA_FAILED  MAKE_DDHRESULT(743)
136 #define D3DERR_INVALIDPALETTE           MAKE_DDHRESULT(744)
137 #define D3DERR_ZBUFF_NEEDS_SYSTEMMEMORY MAKE_DDHRESULT(745)
138 #define D3DERR_ZBUFF_NEEDS_VIDEOMEMORY  MAKE_DDHRESULT(746)
139 #define D3DERR_SURFACENOTINVIDMEM       MAKE_DDHRESULT(747)
140 #define D3DERR_LIGHT_SET_FAILED         MAKE_DDHRESULT(750)
141 #define D3DERR_LIGHTHASVIEWPORT         MAKE_DDHRESULT(751)
142 #define D3DERR_LIGHTNOTINTHISVIEWPORT   MAKE_DDHRESULT(752)
143 #define D3DERR_SCENE_IN_SCENE           MAKE_DDHRESULT(760)
144 #define D3DERR_SCENE_NOT_IN_SCENE       MAKE_DDHRESULT(761)
145 #define D3DERR_SCENE_BEGIN_FAILED       MAKE_DDHRESULT(762)
146 #define D3DERR_SCENE_END_FAILED         MAKE_DDHRESULT(763)
147 #define D3DERR_INBEGIN                  MAKE_DDHRESULT(770)
148 #define D3DERR_NOTINBEGIN               MAKE_DDHRESULT(771)
149 #define D3DERR_NOVIEWPORTS              MAKE_DDHRESULT(772)
150 #define D3DERR_VIEWPORTDATANOTSET       MAKE_DDHRESULT(773)
151 #define D3DERR_VIEWPORTHASNODEVICE      MAKE_DDHRESULT(774)
152 #define D3DERR_NOCURRENTVIEWPORT        MAKE_DDHRESULT(775)
153 #define D3DERR_INVALIDVERTEXFORMAT      MAKE_DDHRESULT(2048)
154 #define D3DERR_COLORKEYATTACHED         MAKE_DDHRESULT(2050)
155 #define D3DERR_VERTEXBUFFEROPTIMIZED    MAKE_DDHRESULT(2060)
156 #define D3DERR_VBUF_CREATE_FAILED       MAKE_DDHRESULT(2061)
157 #define D3DERR_VERTEXBUFFERLOCKED       MAKE_DDHRESULT(2062)
158 #define D3DERR_VERTEXBUFFERUNLOCKFAILED MAKE_DDHRESULT(2063)
159 #define D3DERR_ZBUFFER_NOTPRESENT       MAKE_DDHRESULT(2070)
160 #define D3DERR_STENCILBUFFER_NOTPRESENT MAKE_DDHRESULT(2071)
161
162 #define D3DERR_WRONGTEXTUREFORMAT               MAKE_DDHRESULT(2072)
163 #define D3DERR_UNSUPPORTEDCOLOROPERATION        MAKE_DDHRESULT(2073)
164 #define D3DERR_UNSUPPORTEDCOLORARG              MAKE_DDHRESULT(2074)
165 #define D3DERR_UNSUPPORTEDALPHAOPERATION        MAKE_DDHRESULT(2075)
166 #define D3DERR_UNSUPPORTEDALPHAARG              MAKE_DDHRESULT(2076)
167 #define D3DERR_TOOMANYOPERATIONS                MAKE_DDHRESULT(2077)
168 #define D3DERR_CONFLICTINGTEXTUREFILTER         MAKE_DDHRESULT(2078)
169 #define D3DERR_UNSUPPORTEDFACTORVALUE           MAKE_DDHRESULT(2079)
170 #define D3DERR_CONFLICTINGRENDERSTATE           MAKE_DDHRESULT(2081)
171 #define D3DERR_UNSUPPORTEDTEXTUREFILTER         MAKE_DDHRESULT(2082)
172 #define D3DERR_TOOMANYPRIMITIVES                MAKE_DDHRESULT(2083)
173 #define D3DERR_INVALIDMATRIX                    MAKE_DDHRESULT(2084)
174 #define D3DERR_TOOMANYVERTICES                  MAKE_DDHRESULT(2085)
175 #define D3DERR_CONFLICTINGTEXTUREPALETTE        MAKE_DDHRESULT(2086)
176
177 #define D3DERR_INVALIDSTATEBLOCK        MAKE_DDHRESULT(2100)
178 #define D3DERR_INBEGINSTATEBLOCK        MAKE_DDHRESULT(2101)
179 #define D3DERR_NOTINBEGINSTATEBLOCK     MAKE_DDHRESULT(2102)
180
181 /* ********************************************************************
182    Enums
183    ******************************************************************** */
184 #define D3DNEXT_NEXT 0x01l
185 #define D3DNEXT_HEAD 0x02l
186 #define D3DNEXT_TAIL 0x04l
187
188 #define D3DDP_WAIT               0x00000001l
189 #define D3DDP_OUTOFORDER         0x00000002l
190 #define D3DDP_DONOTCLIP          0x00000004l
191 #define D3DDP_DONOTUPDATEEXTENTS 0x00000008l
192 #define D3DDP_DONOTLIGHT         0x00000010l
193
194 /* ********************************************************************
195    Types and structures
196    ******************************************************************** */
197 typedef DWORD D3DVIEWPORTHANDLE, *LPD3DVIEWPORTHANDLE;
198
199
200 /*****************************************************************************
201  * IDirect3D interface
202  */
203 #define INTERFACE IDirect3D
204 DECLARE_INTERFACE_(IDirect3D,IUnknown)
205 {
206     /*** IUnknown methods ***/
207     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
208     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
209     STDMETHOD_(ULONG,Release)(THIS) PURE;
210     /*** IDirect3D methods ***/
211     STDMETHOD(Initialize)(THIS_ REFIID riid) PURE;
212     STDMETHOD(EnumDevices)(THIS_ LPD3DENUMDEVICESCALLBACK lpEnumDevicesCallback, LPVOID lpUserArg) PURE;
213     STDMETHOD(CreateLight)(THIS_ LPDIRECT3DLIGHT *lplpDirect3DLight, IUnknown *pUnkOuter) PURE;
214     STDMETHOD(CreateMaterial)(THIS_ LPDIRECT3DMATERIAL *lplpDirect3DMaterial, IUnknown *pUnkOuter) PURE;
215     STDMETHOD(CreateViewport)(THIS_ LPDIRECT3DVIEWPORT *lplpD3DViewport, IUnknown *pUnkOuter) PURE;
216     STDMETHOD(FindDevice)(THIS_ LPD3DFINDDEVICESEARCH lpD3DDFS, LPD3DFINDDEVICERESULT lplpD3DDevice) PURE;
217 };
218 #undef INTERFACE
219
220 #if !defined(__cplusplus) || defined(CINTERFACE)
221 /*** IUnknown methods ***/
222 #define IDirect3D_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
223 #define IDirect3D_AddRef(p)             (p)->lpVtbl->AddRef(p)
224 #define IDirect3D_Release(p)            (p)->lpVtbl->Release(p)
225 /*** IDirect3D methods ***/
226 #define IDirect3D_Initialize(p,a)       (p)->lpVtbl->Initialize(p,a)
227 #define IDirect3D_EnumDevices(p,a,b)    (p)->lpVtbl->EnumDevices(p,a,b)
228 #define IDirect3D_CreateLight(p,a,b)    (p)->lpVtbl->CreateLight(p,a,b)
229 #define IDirect3D_CreateMaterial(p,a,b) (p)->lpVtbl->CreateMaterial(p,a,b)
230 #define IDirect3D_CreateViewport(p,a,b) (p)->lpVtbl->CreateViewport(p,a,b)
231 #define IDirect3D_FindDevice(p,a,b)     (p)->lpVtbl->FindDevice(p,a,b)
232 #else
233 /*** IUnknown methods ***/
234 #define IDirect3D_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
235 #define IDirect3D_AddRef(p)             (p)->AddRef()
236 #define IDirect3D_Release(p)            (p)->Release()
237 /*** IDirect3D methods ***/
238 #define IDirect3D_Initialize(p,a)       (p)->Initialize(a)
239 #define IDirect3D_EnumDevices(p,a,b)    (p)->EnumDevices(a,b)
240 #define IDirect3D_CreateLight(p,a,b)    (p)->CreateLight(a,b)
241 #define IDirect3D_CreateMaterial(p,a,b) (p)->CreateMaterial(a,b)
242 #define IDirect3D_CreateViewport(p,a,b) (p)->CreateViewport(a,b)
243 #define IDirect3D_FindDevice(p,a,b)     (p)->FindDevice(a,b)
244 #endif
245
246
247 /*****************************************************************************
248  * IDirect3D2 interface
249  */
250 #define INTERFACE IDirect3D2
251 DECLARE_INTERFACE_(IDirect3D2,IUnknown)
252 {
253     /*** IUnknown methods ***/
254     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
255     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
256     STDMETHOD_(ULONG,Release)(THIS) PURE;
257     /*** IDirect3D2 methods ***/
258     STDMETHOD(EnumDevices)(THIS_ LPD3DENUMDEVICESCALLBACK lpEnumDevicesCallback, LPVOID lpUserArg) PURE;
259     STDMETHOD(CreateLight)(THIS_ LPDIRECT3DLIGHT *lplpDirect3DLight, IUnknown *pUnkOuter) PURE;
260     STDMETHOD(CreateMaterial)(THIS_ LPDIRECT3DMATERIAL2 *lplpDirect3DMaterial2, IUnknown *pUnkOuter) PURE;
261     STDMETHOD(CreateViewport)(THIS_ LPDIRECT3DVIEWPORT2 *lplpD3DViewport2, IUnknown *pUnkOuter) PURE;
262     STDMETHOD(FindDevice)(THIS_ LPD3DFINDDEVICESEARCH lpD3DDFS, LPD3DFINDDEVICERESULT lpD3DFDR) PURE;
263     STDMETHOD(CreateDevice)(THIS_ REFCLSID rclsid, LPDIRECTDRAWSURFACE lpDDS, LPDIRECT3DDEVICE2 *lplpD3DDevice2) PURE;
264 };
265 #undef INTERFACE
266
267 #if !defined(__cplusplus) || defined(CINTERFACE)
268 /*** IUnknown methods ***/
269 #define IDirect3D2_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
270 #define IDirect3D2_AddRef(p)             (p)->lpVtbl->AddRef(p)
271 #define IDirect3D2_Release(p)            (p)->lpVtbl->Release(p)
272 /*** IDirect3D2 methods ***/
273 #define IDirect3D2_EnumDevices(p,a,b)    (p)->lpVtbl->EnumDevices(p,a,b)
274 #define IDirect3D2_CreateLight(p,a,b)    (p)->lpVtbl->CreateLight(p,a,b)
275 #define IDirect3D2_CreateMaterial(p,a,b) (p)->lpVtbl->CreateMaterial(p,a,b)
276 #define IDirect3D2_CreateViewport(p,a,b) (p)->lpVtbl->CreateViewport(p,a,b)
277 #define IDirect3D2_FindDevice(p,a,b)     (p)->lpVtbl->FindDevice(p,a,b)
278 #define IDirect3D2_CreateDevice(p,a,b,c) (p)->lpVtbl->CreateDevice(p,a,b,c)
279 #else
280 /*** IUnknown methods ***/
281 #define IDirect3D2_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
282 #define IDirect3D2_AddRef(p)             (p)->AddRef()
283 #define IDirect3D2_Release(p)            (p)->Release()
284 /*** IDirect3D2 methods ***/
285 #define IDirect3D2_EnumDevices(p,a,b)    (p)->EnumDevices(a,b)
286 #define IDirect3D2_CreateLight(p,a,b)    (p)->CreateLight(a,b)
287 #define IDirect3D2_CreateMaterial(p,a,b) (p)->CreateMaterial(a,b)
288 #define IDirect3D2_CreateViewport(p,a,b) (p)->CreateViewport(a,b)
289 #define IDirect3D2_FindDevice(p,a,b)     (p)->FindDevice(a,b)
290 #define IDirect3D2_CreateDevice(p,a,b,c) (p)->CreateDevice(a,b,c)
291 #endif
292
293
294 /*****************************************************************************
295  * IDirect3D3 interface
296  */
297 #define INTERFACE IDirect3D3
298 DECLARE_INTERFACE_(IDirect3D3,IUnknown)
299 {
300     /*** IUnknown methods ***/
301     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
302     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
303     STDMETHOD_(ULONG,Release)(THIS) PURE;
304     /*** IDirect3D3 methods ***/
305     STDMETHOD(EnumDevices)(THIS_ LPD3DENUMDEVICESCALLBACK lpEnumDevicesCallback, LPVOID lpUserArg) PURE;
306     STDMETHOD(CreateLight)(THIS_ LPDIRECT3DLIGHT *lplpDirect3DLight, IUnknown *pUnkOuter) PURE;
307     STDMETHOD(CreateMaterial)(THIS_ LPDIRECT3DMATERIAL3 *lplpDirect3DMaterial3, IUnknown *pUnkOuter) PURE;
308     STDMETHOD(CreateViewport)(THIS_ LPDIRECT3DVIEWPORT3 *lplpD3DViewport3, IUnknown *pUnkOuter) PURE;
309     STDMETHOD(FindDevice)(THIS_ LPD3DFINDDEVICESEARCH lpD3DDFS, LPD3DFINDDEVICERESULT lpD3DFDR) PURE;
310     STDMETHOD(CreateDevice)(THIS_ REFCLSID rclsid,LPDIRECTDRAWSURFACE4 lpDDS, LPDIRECT3DDEVICE3 *lplpD3DDevice3,LPUNKNOWN lpUnk) PURE;
311     STDMETHOD(CreateVertexBuffer)(THIS_ LPD3DVERTEXBUFFERDESC lpD3DVertBufDesc,LPDIRECT3DVERTEXBUFFER *lplpD3DVertBuf,DWORD dwFlags,LPUNKNOWN lpUnk) PURE;
312     STDMETHOD(EnumZBufferFormats)(THIS_ REFCLSID riidDevice,LPD3DENUMPIXELFORMATSCALLBACK lpEnumCallback,LPVOID lpContext) PURE;
313     STDMETHOD(EvictManagedTextures)(THIS) PURE;
314 };
315 #undef INTERFACE
316
317 #if !defined(__cplusplus) || defined(CINTERFACE)
318 /*** IUnknown methods ***/
319 #define IDirect3D3_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
320 #define IDirect3D3_AddRef(p)             (p)->lpVtbl->AddRef(p)
321 #define IDirect3D3_Release(p)            (p)->lpVtbl->Release(p)
322 /*** IDirect3D3 methods ***/
323 #define IDirect3D3_EnumDevices(p,a,b)            (p)->lpVtbl->EnumDevices(p,a,b)
324 #define IDirect3D3_CreateLight(p,a,b)            (p)->lpVtbl->CreateLight(p,a,b)
325 #define IDirect3D3_CreateMaterial(p,a,b)         (p)->lpVtbl->CreateMaterial(p,a,b)
326 #define IDirect3D3_CreateViewport(p,a,b)         (p)->lpVtbl->CreateViewport(p,a,b)
327 #define IDirect3D3_FindDevice(p,a,b)             (p)->lpVtbl->FindDevice(p,a,b)
328 #define IDirect3D3_CreateDevice(p,a,b,c,d)       (p)->lpVtbl->CreateDevice(p,a,b,c,d)
329 #define IDirect3D3_CreateVertexBuffer(p,a,b,c,d) (p)->lpVtbl->CreateVertexBuffer(p,a,b,c,d)
330 #define IDirect3D3_EnumZBufferFormats(p,a,b,c)   (p)->lpVtbl->EnumZBufferFormats(p,a,b,c)
331 #define IDirect3D3_EvictManagedTextures(p)       (p)->lpVtbl->EvictManagedTextures(p)
332 #else
333 /*** IUnknown methods ***/
334 #define IDirect3D3_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
335 #define IDirect3D3_AddRef(p)             (p)->AddRef()
336 #define IDirect3D3_Release(p)            (p)->Release()
337 /*** IDirect3D3 methods ***/
338 #define IDirect3D3_EnumDevices(p,a,b)            (p)->EnumDevices(a,b)
339 #define IDirect3D3_CreateLight(p,a,b)            (p)->CreateLight(a,b)
340 #define IDirect3D3_CreateMaterial(p,a,b)         (p)->CreateMaterial(a,b)
341 #define IDirect3D3_CreateViewport(p,a,b)         (p)->CreateViewport(a,b)
342 #define IDirect3D3_FindDevice(p,a,b)             (p)->FindDevice(a,b)
343 #define IDirect3D3_CreateDevice(p,a,b,c,d)       (p)->CreateDevice(a,b,c,d)
344 #define IDirect3D3_CreateVertexBuffer(p,a,b,c,d) (p)->CreateVertexBuffer(a,b,c,d)
345 #define IDirect3D3_EnumZBufferFormats(p,a,b,c)   (p)->EnumZBufferFormats(a,b,c)
346 #define IDirect3D3_EvictManagedTextures(p)       (p)->EvictManagedTextures()
347 #endif
348
349 /*****************************************************************************
350  * IDirect3D7 interface
351  */
352 #define INTERFACE IDirect3D7
353 DECLARE_INTERFACE_(IDirect3D7,IUnknown)
354 {
355     /*** IUnknown methods ***/
356     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
357     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
358     STDMETHOD_(ULONG,Release)(THIS) PURE;
359     /*** IDirect3D7 methods ***/
360     STDMETHOD(EnumDevices)(THIS_ LPD3DENUMDEVICESCALLBACK7 lpEnumDevicesCallback, LPVOID lpUserArg) PURE;
361     STDMETHOD(CreateDevice)(THIS_ REFCLSID rclsid,LPDIRECTDRAWSURFACE7 lpDDS, LPDIRECT3DDEVICE7 *lplpD3DDevice) PURE;
362     STDMETHOD(CreateVertexBuffer)(THIS_ LPD3DVERTEXBUFFERDESC lpD3DVertBufDesc,LPDIRECT3DVERTEXBUFFER7 *lplpD3DVertBuf,DWORD dwFlags) PURE;
363     STDMETHOD(EnumZBufferFormats)(THIS_ REFCLSID riidDevice,LPD3DENUMPIXELFORMATSCALLBACK lpEnumCallback,LPVOID lpContext) PURE;
364     STDMETHOD(EvictManagedTextures)(THIS) PURE;
365 };
366 #undef INTERFACE
367
368 #if !defined(__cplusplus) || defined(CINTERFACE)
369 /*** IUnknown methods ***/
370 #define IDirect3D7_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
371 #define IDirect3D7_AddRef(p)             (p)->lpVtbl->AddRef(p)
372 #define IDirect3D7_Release(p)            (p)->lpVtbl->Release(p)
373 /*** IDirect3D3 methods ***/
374 #define IDirect3D7_EnumDevices(p,a,b)            (p)->lpVtbl->EnumDevices(p,a,b)
375 #define IDirect3D7_CreateDevice(p,a,b,c)         (p)->lpVtbl->CreateDevice(p,a,b,c)
376 #define IDirect3D7_CreateVertexBuffer(p,a,b,c)   (p)->lpVtbl->CreateVertexBuffer(p,a,b,c)
377 #define IDirect3D7_EnumZBufferFormats(p,a,b,c)   (p)->lpVtbl->EnumZBufferFormats(p,a,b,c)
378 #define IDirect3D7_EvictManagedTextures(p)       (p)->lpVtbl->EvictManagedTextures(p)
379 #else
380 /*** IUnknown methods ***/
381 #define IDirect3D7_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
382 #define IDirect3D7_AddRef(p)             (p)->AddRef()
383 #define IDirect3D7_Release(p)            (p)->Release()
384 /*** IDirect3D3 methods ***/
385 #define IDirect3D7_EnumDevices(p,a,b)            (p)->EnumDevices(a,b)
386 #define IDirect3D7_CreateDevice(p,a,b,c)         (p)->CreateDevice(a,b,c)
387 #define IDirect3D7_CreateVertexBuffer(p,a,b,c)   (p)->CreateVertexBuffer(a,b,c)
388 #define IDirect3D7_EnumZBufferFormats(p,a,b,c)   (p)->EnumZBufferFormats(a,b,c)
389 #define IDirect3D7_EvictManagedTextures(p)       (p)->EvictManagedTextures()
390 #endif
391
392
393 /*****************************************************************************
394  * IDirect3DLight interface
395  */
396 #define INTERFACE IDirect3DLight
397 DECLARE_INTERFACE_(IDirect3DLight,IUnknown)
398 {
399     /*** IUnknown methods ***/
400     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
401     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
402     STDMETHOD_(ULONG,Release)(THIS) PURE;
403     /*** IDirect3DLight methods ***/
404     STDMETHOD(Initialize)(THIS_ LPDIRECT3D lpDirect3D) PURE;
405     STDMETHOD(SetLight)(THIS_ LPD3DLIGHT lpLight) PURE;
406     STDMETHOD(GetLight)(THIS_ LPD3DLIGHT lpLight) PURE;
407 };
408 #undef INTERFACE
409
410 #if !defined(__cplusplus) || defined(CINTERFACE)
411 /*** IUnknown methods ***/
412 #define IDirect3DLight_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
413 #define IDirect3DLight_AddRef(p)             (p)->lpVtbl->AddRef(p)
414 #define IDirect3DLight_Release(p)            (p)->lpVtbl->Release(p)
415 /*** IDirect3DLight methods ***/
416 #define IDirect3DLight_Initialize(p,a) (p)->lpVtbl->Initialize(p,a)
417 #define IDirect3DLight_SetLight(p,a)   (p)->lpVtbl->SetLight(p,a)
418 #define IDirect3DLight_GetLight(p,a)   (p)->lpVtbl->GetLight(p,a)
419 #else
420 /*** IUnknown methods ***/
421 #define IDirect3DLight_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
422 #define IDirect3DLight_AddRef(p)             (p)->AddRef()
423 #define IDirect3DLight_Release(p)            (p)->Release()
424 /*** IDirect3DLight methods ***/
425 #define IDirect3DLight_Initialize(p,a) (p)->Initialize(a)
426 #define IDirect3DLight_SetLight(p,a)   (p)->SetLight(a)
427 #define IDirect3DLight_GetLight(p,a)   (p)->GetLight(a)
428 #endif
429
430
431 /*****************************************************************************
432  * IDirect3DMaterial interface
433  */
434 #define INTERFACE IDirect3DMaterial
435 DECLARE_INTERFACE_(IDirect3DMaterial,IUnknown)
436 {
437     /*** IUnknown methods ***/
438     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
439     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
440     STDMETHOD_(ULONG,Release)(THIS) PURE;
441     /*** IDirect3DMaterial methods ***/
442     STDMETHOD(Initialize)(THIS_ LPDIRECT3D lpDirect3D) PURE;
443     STDMETHOD(SetMaterial)(THIS_ LPD3DMATERIAL lpMat) PURE;
444     STDMETHOD(GetMaterial)(THIS_ LPD3DMATERIAL lpMat) PURE;
445     STDMETHOD(GetHandle)(THIS_ LPDIRECT3DDEVICE lpDirect3DDevice, LPD3DMATERIALHANDLE lpHandle) PURE;
446     STDMETHOD(Reserve)(THIS) PURE;
447     STDMETHOD(Unreserve)(THIS) PURE;
448 };
449 #undef INTERFACE
450
451 #if !defined(__cplusplus) || defined(CINTERFACE)
452 /*** IUnknown methods ***/
453 #define IDirect3DMaterial_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
454 #define IDirect3DMaterial_AddRef(p)             (p)->lpVtbl->AddRef(p)
455 #define IDirect3DMaterial_Release(p)            (p)->lpVtbl->Release(p)
456 /*** IDirect3DMaterial methods ***/
457 #define IDirect3DMaterial_Initialize(p,a)  (p)->lpVtbl->Initialize(p,a)
458 #define IDirect3DMaterial_SetMaterial(p,a) (p)->lpVtbl->SetMaterial(p,a)
459 #define IDirect3DMaterial_GetMaterial(p,a) (p)->lpVtbl->GetMaterial(p,a)
460 #define IDirect3DMaterial_GetHandle(p,a,b) (p)->lpVtbl->GetHandle(p,a,b)
461 #define IDirect3DMaterial_Reserve(p)       (p)->lpVtbl->Reserve(p)
462 #define IDirect3DMaterial_Unreserve(p)     (p)->lpVtbl->Unreserve(p)
463 #else
464 /*** IUnknown methods ***/
465 #define IDirect3DMaterial_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
466 #define IDirect3DMaterial_AddRef(p)             (p)->AddRef()
467 #define IDirect3DMaterial_Release(p)            (p)->Release()
468 /*** IDirect3DMaterial methods ***/
469 #define IDirect3DMaterial_Initialize(p,a)  (p)->Initialize(a)
470 #define IDirect3DMaterial_SetMaterial(p,a) (p)->SetMaterial(a)
471 #define IDirect3DMaterial_GetMaterial(p,a) (p)->GetMaterial(a)
472 #define IDirect3DMaterial_GetHandle(p,a,b) (p)->GetHandle(a,b)
473 #define IDirect3DMaterial_Reserve(p)       (p)->Reserve()
474 #define IDirect3DMaterial_Unreserve(p)     (p)->Unreserve()
475 #endif
476
477
478 /*****************************************************************************
479  * IDirect3DMaterial2 interface
480  */
481 #define INTERFACE IDirect3DMaterial2
482 DECLARE_INTERFACE_(IDirect3DMaterial2,IUnknown)
483 {
484     /*** IUnknown methods ***/
485     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
486     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
487     STDMETHOD_(ULONG,Release)(THIS) PURE;
488     /*** IDirect3DMaterial2 methods ***/
489     STDMETHOD(SetMaterial)(THIS_ LPD3DMATERIAL lpMat) PURE;
490     STDMETHOD(GetMaterial)(THIS_ LPD3DMATERIAL lpMat) PURE;
491     STDMETHOD(GetHandle)(THIS_ LPDIRECT3DDEVICE2 lpDirect3DDevice2, LPD3DMATERIALHANDLE lpHandle) PURE;
492 };
493 #undef INTERFACE
494
495 #if !defined(__cplusplus) || defined(CINTERFACE)
496 /*** IUnknown methods ***/
497 #define IDirect3DMaterial2_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
498 #define IDirect3DMaterial2_AddRef(p)             (p)->lpVtbl->AddRef(p)
499 #define IDirect3DMaterial2_Release(p)            (p)->lpVtbl->Release(p)
500 /*** IDirect3DMaterial2 methods ***/
501 #define IDirect3DMaterial2_SetMaterial(p,a) (p)->lpVtbl->SetMaterial(p,a)
502 #define IDirect3DMaterial2_GetMaterial(p,a) (p)->lpVtbl->GetMaterial(p,a)
503 #define IDirect3DMaterial2_GetHandle(p,a,b) (p)->lpVtbl->GetHandle(p,a,b)
504 #else
505 /*** IUnknown methods ***/
506 #define IDirect3DMaterial2_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
507 #define IDirect3DMaterial2_AddRef(p)             (p)->AddRef()
508 #define IDirect3DMaterial2_Release(p)            (p)->Release()
509 /*** IDirect3DMaterial2 methods ***/
510 #define IDirect3DMaterial2_SetMaterial(p,a) (p)->SetMaterial(a)
511 #define IDirect3DMaterial2_GetMaterial(p,a) (p)->GetMaterial(a)
512 #define IDirect3DMaterial2_GetHandle(p,a,b) (p)->GetHandle(a,b)
513 #endif
514
515
516 /*****************************************************************************
517  * IDirect3DMaterial3 interface
518  */
519 #define INTERFACE IDirect3DMaterial3
520 DECLARE_INTERFACE_(IDirect3DMaterial3,IUnknown)
521 {
522     /*** IUnknown methods ***/
523     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
524     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
525     STDMETHOD_(ULONG,Release)(THIS) PURE;
526     /*** IDirect3DMaterial3 methods ***/
527     STDMETHOD(SetMaterial)(THIS_ LPD3DMATERIAL lpMat) PURE;
528     STDMETHOD(GetMaterial)(THIS_ LPD3DMATERIAL lpMat) PURE;
529     STDMETHOD(GetHandle)(THIS_ LPDIRECT3DDEVICE3 lpDirect3DDevice3, LPD3DMATERIALHANDLE lpHandle) PURE;
530 };
531 #undef INTERFACE
532
533 #if !defined(__cplusplus) || defined(CINTERFACE)
534 /*** IUnknown methods ***/
535 #define IDirect3DMaterial3_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
536 #define IDirect3DMaterial3_AddRef(p)             (p)->lpVtbl->AddRef(p)
537 #define IDirect3DMaterial3_Release(p)            (p)->lpVtbl->Release(p)
538 /*** IDirect3DMaterial3 methods ***/
539 #define IDirect3DMaterial3_SetMaterial(p,a) (p)->lpVtbl->SetMaterial(p,a)
540 #define IDirect3DMaterial3_GetMaterial(p,a) (p)->lpVtbl->GetMaterial(p,a)
541 #define IDirect3DMaterial3_GetHandle(p,a,b) (p)->lpVtbl->GetHandle(p,a,b)
542 #else
543 /*** IUnknown methods ***/
544 #define IDirect3DMaterial3_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
545 #define IDirect3DMaterial3_AddRef(p)             (p)->AddRef()
546 #define IDirect3DMaterial3_Release(p)            (p)->Release()
547 /*** IDirect3DMaterial3 methods ***/
548 #define IDirect3DMaterial3_SetMaterial(p,a) (p)->SetMaterial(a)
549 #define IDirect3DMaterial3_GetMaterial(p,a) (p)->GetMaterial(a)
550 #define IDirect3DMaterial3_GetHandle(p,a,b) (p)->GetHandle(a,b)
551 #endif
552
553
554 /*****************************************************************************
555  * IDirect3DTexture interface
556  */
557 #define INTERFACE IDirect3DTexture
558 DECLARE_INTERFACE_(IDirect3DTexture,IUnknown)
559 {
560     /*** IUnknown methods ***/
561     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
562     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
563     STDMETHOD_(ULONG,Release)(THIS) PURE;
564     /*** IDirect3DTexture methods ***/
565     STDMETHOD(Initialize)(THIS_ LPDIRECT3DDEVICE lpDirect3DDevice, LPDIRECTDRAWSURFACE lpDDSurface) PURE;
566     STDMETHOD(GetHandle)(THIS_ LPDIRECT3DDEVICE lpDirect3DDevice, LPD3DTEXTUREHANDLE  lpHandle) PURE;
567     STDMETHOD(PaletteChanged)(THIS_ DWORD dwStart, DWORD dwCount) PURE;
568     STDMETHOD(Load)(THIS_ LPDIRECT3DTEXTURE lpD3DTexture) PURE;
569     STDMETHOD(Unload)(THIS) PURE;
570 };
571 #undef INTERFACE
572
573 #if !defined(__cplusplus) || defined(CINTERFACE)
574 /*** IUnknown methods ***/
575 #define IDirect3DTexture_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
576 #define IDirect3DTexture_AddRef(p)             (p)->lpVtbl->AddRef(p)
577 #define IDirect3DTexture_Release(p)            (p)->lpVtbl->Release(p)
578 /*** IDirect3DTexture methods ***/
579 #define IDirect3DTexture_Initialize(p,a,b,c) (p)->lpVtbl->Initialize(p,a,b,c)
580 #define IDirect3DTexture_GetHandle(p,a,b,c) (p)->lpVtbl->GetHandle(p,a,b,c)
581 #define IDirect3DTexture_PaletteChanged(p,a,b,c) (p)->lpVtbl->PaletteChanged(p,a,b,c)
582 #define IDirect3DTexture_Load(p,a,b,c) (p)->lpVtbl->Load(p,a,b,c)
583 #define IDirect3DTexture_Unload(p,a,b,c) (p)->lpVtbl->Unload(p,a,b,c)
584 #else
585 /*** IUnknown methods ***/
586 #define IDirect3DTexture_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
587 #define IDirect3DTexture_AddRef(p)             (p)->AddRef()
588 #define IDirect3DTexture_Release(p)            (p)->Release()
589 /*** IDirect3DTexture methods ***/
590 #define IDirect3DTexture_Initialize(p,a,b,c) (p)->Initialize(a,b,c)
591 #define IDirect3DTexture_GetHandle(p,a,b,c) (p)->GetHandle(a,b,c)
592 #define IDirect3DTexture_PaletteChanged(p,a,b,c) (p)->PaletteChanged(a,b,c)
593 #define IDirect3DTexture_Load(p,a,b,c) (p)->Load(a,b,c)
594 #define IDirect3DTexture_Unload(p,a,b,c) (p)->Unload(a,b,c)
595 #endif
596
597
598 /*****************************************************************************
599  * IDirect3DTexture2 interface
600  */
601 #define INTERFACE IDirect3DTexture2
602 DECLARE_INTERFACE_(IDirect3DTexture2,IUnknown)
603 {
604     /*** IUnknown methods ***/
605     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
606     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
607     STDMETHOD_(ULONG,Release)(THIS) PURE;
608     /*** IDirect3DTexture2 methods ***/
609     STDMETHOD(GetHandle)(THIS_ LPDIRECT3DDEVICE2 lpDirect3DDevice2, LPD3DTEXTUREHANDLE lpHandle) PURE;
610     STDMETHOD(PaletteChanged)(THIS_ DWORD dwStart, DWORD dwCount) PURE;
611     STDMETHOD(Load)(THIS_ LPDIRECT3DTEXTURE2 lpD3DTexture2) PURE;
612 };
613 #undef INTERFACE
614
615 #if !defined(__cplusplus) || defined(CINTERFACE)
616 /*** IUnknown methods ***/
617 #define IDirect3DTexture2_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
618 #define IDirect3DTexture2_AddRef(p)             (p)->lpVtbl->AddRef(p)
619 #define IDirect3DTexture2_Release(p)            (p)->lpVtbl->Release(p)
620 /*** IDirect3DTexture2 methods ***/
621 #define IDirect3DTexture2_GetHandle(p,a,b)      (p)->lpVtbl->GetHandle(p,a,b)
622 #define IDirect3DTexture2_PaletteChanged(p,a,b) (p)->lpVtbl->PaletteChanged(p,a,b)
623 #define IDirect3DTexture2_Load(p,a)             (p)->lpVtbl->Load(p,a)
624 #else
625 /*** IUnknown methods ***/
626 #define IDirect3DTexture2_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
627 #define IDirect3DTexture2_AddRef(p)             (p)->AddRef()
628 #define IDirect3DTexture2_Release(p)            (p)->Release()
629 /*** IDirect3DTexture2 methods ***/
630 #define IDirect3DTexture2_GetHandle(p,a,b)      (p)->GetHandle(a,b)
631 #define IDirect3DTexture2_PaletteChanged(p,a,b) (p)->PaletteChanged(a,b)
632 #define IDirect3DTexture2_Load(p,a)             (p)->Load(a)
633 #endif
634
635
636 /*****************************************************************************
637  * IDirect3DViewport interface
638  */
639 #define INTERFACE IDirect3DViewport
640 DECLARE_INTERFACE_(IDirect3DViewport,IUnknown)
641 {
642     /*** IUnknown methods ***/
643     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
644     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
645     STDMETHOD_(ULONG,Release)(THIS) PURE;
646     /*** IDirect3DViewport methods ***/
647     STDMETHOD(Initialize)(THIS_ LPDIRECT3D lpDirect3D) PURE;
648     STDMETHOD(GetViewport)(THIS_ LPD3DVIEWPORT lpData) PURE;
649     STDMETHOD(SetViewport)(THIS_ LPD3DVIEWPORT lpData) PURE;
650     STDMETHOD(TransformVertices)(THIS_ DWORD dwVertexCount, LPD3DTRANSFORMDATA lpData, DWORD dwFlags, LPDWORD lpOffScreen) PURE;
651     STDMETHOD(LightElements)(THIS_ DWORD dwElementCount, LPD3DLIGHTDATA lpData) PURE;
652     STDMETHOD(SetBackground)(THIS_ D3DMATERIALHANDLE hMat) PURE;
653     STDMETHOD(GetBackground)(THIS_ LPD3DMATERIALHANDLE lphMat, LPBOOL lpValid) PURE;
654     STDMETHOD(SetBackgroundDepth)(THIS_ LPDIRECTDRAWSURFACE lpDDSurface) PURE;
655     STDMETHOD(GetBackgroundDepth)(THIS_ LPDIRECTDRAWSURFACE *lplpDDSurface, LPBOOL lpValid) PURE;
656     STDMETHOD(Clear)(THIS_ DWORD dwCount, LPD3DRECT lpRects, DWORD dwFlags) PURE;
657     STDMETHOD(AddLight)(THIS_ LPDIRECT3DLIGHT lpDirect3DLight) PURE;
658     STDMETHOD(DeleteLight)(THIS_ LPDIRECT3DLIGHT lpDirect3DLight) PURE;
659     STDMETHOD(NextLight)(THIS_ LPDIRECT3DLIGHT lpDirect3DLight, LPDIRECT3DLIGHT *lplpDirect3DLight, DWORD dwFlags) PURE;
660 };
661 #undef INTERFACE
662
663 #if !defined(__cplusplus) || defined(CINTERFACE)
664 /*** IUnknown methods ***/
665 #define IDirect3DViewport_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
666 #define IDirect3DViewport_AddRef(p)             (p)->lpVtbl->AddRef(p)
667 #define IDirect3DViewport_Release(p)            (p)->lpVtbl->Release(p)
668 /*** IDirect3DViewport methods ***/
669 #define IDirect3DViewport_Initialize(p,a)              (p)->lpVtbl->Initialize(p,a)
670 #define IDirect3DViewport_GetViewport(p,a)             (p)->lpVtbl->GetViewport(p,a)
671 #define IDirect3DViewport_SetViewport(p,a)             (p)->lpVtbl->SetViewport(p,a)
672 #define IDirect3DViewport_TransformVertices(p,a,b,c,d) (p)->lpVtbl->TransformVertices(p,a,b,c,d)
673 #define IDirect3DViewport_LightElements(p,a,b)         (p)->lpVtbl->LightElements(p,a,b)
674 #define IDirect3DViewport_SetBackground(p,a)           (p)->lpVtbl->SetBackground(p,a)
675 #define IDirect3DViewport_GetBackground(p,a,b)         (p)->lpVtbl->GetBackground(p,a,b)
676 #define IDirect3DViewport_SetBackgroundDepth(p,a)      (p)->lpVtbl->SetBackgroundDepth(p,a)
677 #define IDirect3DViewport_GetBackgroundDepth(p,a,b)    (p)->lpVtbl->GetBackgroundDepth(p,a,b)
678 #define IDirect3DViewport_Clear(p,a,b,c)               (p)->lpVtbl->Clear(p,a,b,c)
679 #define IDirect3DViewport_AddLight(p,a)                (p)->lpVtbl->AddLight(p,a)
680 #define IDirect3DViewport_DeleteLight(p,a)             (p)->lpVtbl->DeleteLight(p,a)
681 #define IDirect3DViewport_NextLight(p,a,b,c)           (p)->lpVtbl->NextLight(p,a,b,c)
682 #else
683 /*** IUnknown methods ***/
684 #define IDirect3DViewport_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
685 #define IDirect3DViewport_AddRef(p)             (p)->AddRef()
686 #define IDirect3DViewport_Release(p)            (p)->Release()
687 /*** IDirect3DViewport methods ***/
688 #define IDirect3DViewport_Initialize(p,a)              (p)->Initialize(a)
689 #define IDirect3DViewport_GetViewport(p,a)             (p)->GetViewport(a)
690 #define IDirect3DViewport_SetViewport(p,a)             (p)->SetViewport(a)
691 #define IDirect3DViewport_TransformVertices(p,a,b,c,d) (p)->TransformVertices(a,b,c,d)
692 #define IDirect3DViewport_LightElements(p,a,b)         (p)->LightElements(a,b)
693 #define IDirect3DViewport_SetBackground(p,a)           (p)->SetBackground(a)
694 #define IDirect3DViewport_GetBackground(p,a,b)         (p)->GetBackground(a,b)
695 #define IDirect3DViewport_SetBackgroundDepth(p,a)      (p)->SetBackgroundDepth(a)
696 #define IDirect3DViewport_GetBackgroundDepth(p,a,b)    (p)->GetBackgroundDepth(a,b)
697 #define IDirect3DViewport_Clear(p,a,b,c)               (p)->Clear(a,b,c)
698 #define IDirect3DViewport_AddLight(p,a)                (p)->AddLight(a)
699 #define IDirect3DViewport_DeleteLight(p,a)             (p)->DeleteLight(a)
700 #define IDirect3DViewport_NextLight(p,a,b,c)           (p)->NextLight(a,b,c)
701 #endif
702
703
704 /*****************************************************************************
705  * IDirect3DViewport2 interface
706  */
707 #define INTERFACE IDirect3DViewport2
708 DECLARE_INTERFACE_(IDirect3DViewport2,IDirect3DViewport)
709 {
710     /*** IUnknown methods ***/
711     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
712     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
713     STDMETHOD_(ULONG,Release)(THIS) PURE;
714     /*** IDirect3DViewport methods ***/
715     STDMETHOD(Initialize)(THIS_ LPDIRECT3D lpDirect3D) PURE;
716     STDMETHOD(GetViewport)(THIS_ LPD3DVIEWPORT lpData) PURE;
717     STDMETHOD(SetViewport)(THIS_ LPD3DVIEWPORT lpData) PURE;
718     STDMETHOD(TransformVertices)(THIS_ DWORD dwVertexCount, LPD3DTRANSFORMDATA lpData, DWORD dwFlags, LPDWORD lpOffScreen) PURE;
719     STDMETHOD(LightElements)(THIS_ DWORD dwElementCount, LPD3DLIGHTDATA lpData) PURE;
720     STDMETHOD(SetBackground)(THIS_ D3DMATERIALHANDLE hMat) PURE;
721     STDMETHOD(GetBackground)(THIS_ LPD3DMATERIALHANDLE lphMat, LPBOOL lpValid) PURE;
722     STDMETHOD(SetBackgroundDepth)(THIS_ LPDIRECTDRAWSURFACE lpDDSurface) PURE;
723     STDMETHOD(GetBackgroundDepth)(THIS_ LPDIRECTDRAWSURFACE *lplpDDSurface, LPBOOL lpValid) PURE;
724     STDMETHOD(Clear)(THIS_ DWORD dwCount, LPD3DRECT lpRects, DWORD dwFlags) PURE;
725     STDMETHOD(AddLight)(THIS_ LPDIRECT3DLIGHT lpDirect3DLight) PURE;
726     STDMETHOD(DeleteLight)(THIS_ LPDIRECT3DLIGHT lpDirect3DLight) PURE;
727     STDMETHOD(NextLight)(THIS_ LPDIRECT3DLIGHT lpDirect3DLight, LPDIRECT3DLIGHT *lplpDirect3DLight, DWORD dwFlags) PURE;
728     /*** IDirect3DViewport2 methods ***/
729     STDMETHOD(GetViewport2)(THIS_ LPD3DVIEWPORT2 lpData) PURE;
730     STDMETHOD(SetViewport2)(THIS_ LPD3DVIEWPORT2 lpData) PURE;
731 };
732 #undef INTERFACE
733
734 #if !defined(__cplusplus) || defined(CINTERFACE)
735 /*** IUnknown methods ***/
736 #define IDirect3DViewport2_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
737 #define IDirect3DViewport2_AddRef(p)             (p)->lpVtbl->AddRef(p)
738 #define IDirect3DViewport2_Release(p)            (p)->lpVtbl->Release(p)
739 /*** IDirect3Viewport methods ***/
740 #define IDirect3DViewport2_Initialize(p,a)              (p)->lpVtbl->Initialize(p,a)
741 #define IDirect3DViewport2_GetViewport(p,a)             (p)->lpVtbl->GetViewport(p,a)
742 #define IDirect3DViewport2_SetViewport(p,a)             (p)->lpVtbl->SetViewport(p,a)
743 #define IDirect3DViewport2_TransformVertices(p,a,b,c,d) (p)->lpVtbl->TransformVertices(p,a,b,c,d)
744 #define IDirect3DViewport2_LightElements(p,a,b)         (p)->lpVtbl->LightElements(p,a,b)
745 #define IDirect3DViewport2_SetBackground(p,a)           (p)->lpVtbl->SetBackground(p,a)
746 #define IDirect3DViewport2_GetBackground(p,a,b)         (p)->lpVtbl->GetBackground(p,a,b)
747 #define IDirect3DViewport2_SetBackgroundDepth(p,a)      (p)->lpVtbl->SetBackgroundDepth(p,a)
748 #define IDirect3DViewport2_GetBackgroundDepth(p,a,b)    (p)->lpVtbl->GetBackgroundDepth(p,a,b)
749 #define IDirect3DViewport2_Clear(p,a,b,c)               (p)->lpVtbl->Clear(p,a,b,c)
750 #define IDirect3DViewport2_AddLight(p,a)                (p)->lpVtbl->AddLight(p,a)
751 #define IDirect3DViewport2_DeleteLight(p,a)             (p)->lpVtbl->DeleteLight(p,a)
752 #define IDirect3DViewport2_NextLight(p,a,b,c)           (p)->lpVtbl->NextLight(p,a,b,c)
753 /*** IDirect3DViewport2 methods ***/
754 #define IDirect3DViewport2_GetViewport2(p,a) (p)->lpVtbl->GetViewport2(p,a)
755 #define IDirect3DViewport2_SetViewport2(p,a) (p)->lpVtbl->SetViewport2(p,a)
756 #else
757 /*** IUnknown methods ***/
758 #define IDirect3DViewport2_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
759 #define IDirect3DViewport2_AddRef(p)             (p)->AddRef()
760 #define IDirect3DViewport2_Release(p)            (p)->Release()
761 /*** IDirect3Viewport methods ***/
762 #define IDirect3DViewport2_Initialize(p,a)              (p)->Initialize(a)
763 #define IDirect3DViewport2_GetViewport(p,a)             (p)->GetViewport(a)
764 #define IDirect3DViewport2_SetViewport(p,a)             (p)->SetViewport(a)
765 #define IDirect3DViewport2_TransformVertices(p,a,b,c,d) (p)->TransformVertices(a,b,c,d)
766 #define IDirect3DViewport2_LightElements(p,a,b)         (p)->LightElements(a,b)
767 #define IDirect3DViewport2_SetBackground(p,a)           (p)->SetBackground(a)
768 #define IDirect3DViewport2_GetBackground(p,a,b)         (p)->GetBackground(a,b)
769 #define IDirect3DViewport2_SetBackgroundDepth(p,a)      (p)->SetBackgroundDepth(a)
770 #define IDirect3DViewport2_GetBackgroundDepth(p,a,b)    (p)->GetBackgroundDepth(a,b)
771 #define IDirect3DViewport2_Clear(p,a,b,c)               (p)->Clear(a,b,c)
772 #define IDirect3DViewport2_AddLight(p,a)                (p)->AddLight(a)
773 #define IDirect3DViewport2_DeleteLight(p,a)             (p)->DeleteLight(a)
774 #define IDirect3DViewport2_NextLight(p,a,b,c)           (p)->NextLight(a,b,c)
775 /*** IDirect3DViewport2 methods ***/
776 #define IDirect3DViewport2_GetViewport2(p,a) (p)->GetViewport2(a)
777 #define IDirect3DViewport2_SetViewport2(p,a) (p)->SetViewport2(a)
778 #endif
779
780 /*****************************************************************************
781  * IDirect3DViewport3 interface
782  */
783 #define INTERFACE IDirect3DViewport3
784 DECLARE_INTERFACE_(IDirect3DViewport3,IDirect3DViewport2)
785 {
786     /*** IUnknown methods ***/
787     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
788     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
789     STDMETHOD_(ULONG,Release)(THIS) PURE;
790     /*** IDirect3DViewport methods ***/
791     STDMETHOD(Initialize)(THIS_ LPDIRECT3D lpDirect3D) PURE;
792     STDMETHOD(GetViewport)(THIS_ LPD3DVIEWPORT lpData) PURE;
793     STDMETHOD(SetViewport)(THIS_ LPD3DVIEWPORT lpData) PURE;
794     STDMETHOD(TransformVertices)(THIS_ DWORD dwVertexCount, LPD3DTRANSFORMDATA lpData, DWORD dwFlags, LPDWORD lpOffScreen) PURE;
795     STDMETHOD(LightElements)(THIS_ DWORD dwElementCount, LPD3DLIGHTDATA lpData) PURE;
796     STDMETHOD(SetBackground)(THIS_ D3DMATERIALHANDLE hMat) PURE;
797     STDMETHOD(GetBackground)(THIS_ LPD3DMATERIALHANDLE lphMat, LPBOOL lpValid) PURE;
798     STDMETHOD(SetBackgroundDepth)(THIS_ LPDIRECTDRAWSURFACE lpDDSurface) PURE;
799     STDMETHOD(GetBackgroundDepth)(THIS_ LPDIRECTDRAWSURFACE *lplpDDSurface, LPBOOL lpValid) PURE;
800     STDMETHOD(Clear)(THIS_ DWORD dwCount, LPD3DRECT lpRects, DWORD dwFlags) PURE;
801     STDMETHOD(AddLight)(THIS_ LPDIRECT3DLIGHT lpDirect3DLight) PURE;
802     STDMETHOD(DeleteLight)(THIS_ LPDIRECT3DLIGHT lpDirect3DLight) PURE;
803     STDMETHOD(NextLight)(THIS_ LPDIRECT3DLIGHT lpDirect3DLight, LPDIRECT3DLIGHT *lplpDirect3DLight, DWORD dwFlags) PURE;
804     /*** IDirect3DViewport2 methods ***/
805     STDMETHOD(GetViewport2)(THIS_ LPD3DVIEWPORT2 lpData) PURE;
806     STDMETHOD(SetViewport2)(THIS_ LPD3DVIEWPORT2 lpData) PURE;
807     /*** IDirect3DViewport3 methods ***/
808     STDMETHOD(SetBackgroundDepth2)(THIS_ LPDIRECTDRAWSURFACE4 lpDDS) PURE;
809     STDMETHOD(GetBackgroundDepth2)(THIS_ LPDIRECTDRAWSURFACE4 *lplpDDS,LPBOOL lpValid) PURE;
810     STDMETHOD(Clear2)(THIS_ DWORD dwCount,LPD3DRECT lpRects,DWORD dwFlags,DWORD dwColor,D3DVALUE dvZ,DWORD dwStencil) PURE;
811 };
812 #undef INTERFACE
813
814 #if !defined(__cplusplus) || defined(CINTERFACE)
815 /*** IUnknown methods ***/
816 #define IDirect3DViewport3_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
817 #define IDirect3DViewport3_AddRef(p)             (p)->lpVtbl->AddRef(p)
818 #define IDirect3DViewport3_Release(p)            (p)->lpVtbl->Release(p)
819 /*** IDirect3Viewport methods ***/
820 #define IDirect3DViewport3_Initialize(p,a)              (p)->lpVtbl->Initialize(p,a)
821 #define IDirect3DViewport3_GetViewport(p,a)             (p)->lpVtbl->GetViewport(p,a)
822 #define IDirect3DViewport3_SetViewport(p,a)             (p)->lpVtbl->SetViewport(p,a)
823 #define IDirect3DViewport3_TransformVertices(p,a,b,c,d) (p)->lpVtbl->TransformVertices(p,a,b,c,d)
824 #define IDirect3DViewport3_LightElements(p,a,b)         (p)->lpVtbl->LightElements(p,a,b)
825 #define IDirect3DViewport3_SetBackground(p,a)           (p)->lpVtbl->SetBackground(p,a)
826 #define IDirect3DViewport3_GetBackground(p,a,b)         (p)->lpVtbl->GetBackground(p,a,b)
827 #define IDirect3DViewport3_SetBackgroundDepth(p,a)      (p)->lpVtbl->SetBackgroundDepth(p,a)
828 #define IDirect3DViewport3_GetBackgroundDepth(p,a,b)    (p)->lpVtbl->GetBackgroundDepth(p,a,b)
829 #define IDirect3DViewport3_Clear(p,a,b,c)               (p)->lpVtbl->Clear(p,a,b,c)
830 #define IDirect3DViewport3_AddLight(p,a)                (p)->lpVtbl->AddLight(p,a)
831 #define IDirect3DViewport3_DeleteLight(p,a)             (p)->lpVtbl->DeleteLight(p,a)
832 #define IDirect3DViewport3_NextLight(p,a,b,c)           (p)->lpVtbl->NextLight(p,a,b,c)
833 /*** IDirect3DViewport2 methods ***/
834 #define IDirect3DViewport3_GetViewport3(p,a) (p)->lpVtbl->GetViewport2(p,a)
835 #define IDirect3DViewport3_SetViewport3(p,a) (p)->lpVtbl->SetViewport2(p,a)
836 /*** IDirect3DViewport3 methods ***/
837 #define IDirect3DViewport3_SetBackgroundDepth2(p,a)   (p)->lpVtbl->SetBackgroundDepth2(p,a)
838 #define IDirect3DViewport3_GetBackgroundDepth2(p,a,b) (p)->lpVtbl->GetBackgroundDepth2(p,a,b)
839 #define IDirect3DViewport3_Clear2(p,a,b,c,d,e,f)      (p)->lpVtbl->Clear2(p,a,b,c,d,e,f)
840 #else
841 /*** IUnknown methods ***/
842 #define IDirect3DViewport3_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
843 #define IDirect3DViewport3_AddRef(p)             (p)->AddRef()
844 #define IDirect3DViewport3_Release(p)            (p)->Release()
845 /*** IDirect3Viewport methods ***/
846 #define IDirect3DViewport3_Initialize(p,a)              (p)->Initialize(a)
847 #define IDirect3DViewport3_GetViewport(p,a)             (p)->GetViewport(a)
848 #define IDirect3DViewport3_SetViewport(p,a)             (p)->SetViewport(a)
849 #define IDirect3DViewport3_TransformVertices(p,a,b,c,d) (p)->TransformVertices(a,b,c,d)
850 #define IDirect3DViewport3_LightElements(p,a,b)         (p)->LightElements(a,b)
851 #define IDirect3DViewport3_SetBackground(p,a)           (p)->SetBackground(a)
852 #define IDirect3DViewport3_GetBackground(p,a,b)         (p)->GetBackground(a,b)
853 #define IDirect3DViewport3_SetBackgroundDepth(p,a)      (p)->SetBackgroundDepth(a)
854 #define IDirect3DViewport3_GetBackgroundDepth(p,a,b)    (p)->GetBackgroundDepth(a,b)
855 #define IDirect3DViewport3_Clear(p,a,b,c)               (p)->Clear(a,b,c)
856 #define IDirect3DViewport3_AddLight(p,a)                (p)->AddLight(a)
857 #define IDirect3DViewport3_DeleteLight(p,a)             (p)->DeleteLight(a)
858 #define IDirect3DViewport3_NextLight(p,a,b,c)           (p)->NextLight(a,b,c)
859 /*** IDirect3DViewport2 methods ***/
860 #define IDirect3DViewport3_GetViewport3(p,a) (p)->GetViewport2(a)
861 #define IDirect3DViewport3_SetViewport3(p,a) (p)->SetViewport2(a)
862 /*** IDirect3DViewport3 methods ***/
863 #define IDirect3DViewport3_SetBackgroundDepth2(p,a)   (p)->SetBackgroundDepth2(a)
864 #define IDirect3DViewport3_GetBackgroundDepth2(p,a,b) (p)->GetBackgroundDepth2(a,b)
865 #define IDirect3DViewport3_Clear2(p,a,b,c,d,e,f)      (p)->Clear2(a,b,c,d,e,f)
866 #endif
867
868
869
870 /*****************************************************************************
871  * IDirect3DExecuteBuffer interface
872  */
873 #define INTERFACE IDirect3DExecuteBuffer
874 DECLARE_INTERFACE_(IDirect3DExecuteBuffer,IUnknown)
875 {
876     /*** IUnknown methods ***/
877     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
878     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
879     STDMETHOD_(ULONG,Release)(THIS) PURE;
880     /*** IDirect3DExecuteBuffer methods ***/
881     STDMETHOD(Initialize)(THIS_ LPDIRECT3DDEVICE lpDirect3DDevice, LPD3DEXECUTEBUFFERDESC lpDesc) PURE;
882     STDMETHOD(Lock)(THIS_ LPD3DEXECUTEBUFFERDESC lpDesc) PURE;
883     STDMETHOD(Unlock)(THIS) PURE;
884     STDMETHOD(SetExecuteData)(THIS_ LPD3DEXECUTEDATA lpData) PURE;
885     STDMETHOD(GetExecuteData)(THIS_ LPD3DEXECUTEDATA lpData) PURE;
886     STDMETHOD(Validate)(THIS_ LPDWORD lpdwOffset, LPD3DVALIDATECALLBACK lpFunc, LPVOID lpUserArg, DWORD dwReserved) PURE;
887     STDMETHOD(Optimize)(THIS_ DWORD dwDummy) PURE;
888 };
889 #undef INTERFACE
890
891 #if !defined(__cplusplus) || defined(CINTERFACE)
892 /*** IUnknown methods ***/
893 #define IDirect3DExecuteBuffer_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
894 #define IDirect3DExecuteBuffer_AddRef(p)             (p)->lpVtbl->AddRef(p)
895 #define IDirect3DExecuteBuffer_Release(p)            (p)->lpVtbl->Release(p)
896 /*** IDirect3DExecuteBuffer methods ***/
897 #define IDirect3DExecuteBuffer_Initialize(p,a,b)   (p)->lpVtbl->Initialize(p,a,b)
898 #define IDirect3DExecuteBuffer_Lock(p,a)           (p)->lpVtbl->Lock(p,a)
899 #define IDirect3DExecuteBuffer_Unlock(p)           (p)->lpVtbl->Unlock(p)
900 #define IDirect3DExecuteBuffer_SetExecuteData(p,a) (p)->lpVtbl->SetExecuteData(p,a)
901 #define IDirect3DExecuteBuffer_GetExecuteData(p,a) (p)->lpVtbl->GetExecuteData(p,a)
902 #define IDirect3DExecuteBuffer_Validate(p,a,b,c,d) (p)->lpVtbl->Validate(p,a,b,c,d)
903 #define IDirect3DExecuteBuffer_Optimize(p,a)       (p)->lpVtbl->Optimize(p,a)
904 #else
905 /*** IUnknown methods ***/
906 #define IDirect3DExecuteBuffer_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
907 #define IDirect3DExecuteBuffer_AddRef(p)             (p)->AddRef()
908 #define IDirect3DExecuteBuffer_Release(p)            (p)->Release()
909 /*** IDirect3DExecuteBuffer methods ***/
910 #define IDirect3DExecuteBuffer_Initialize(p,a,b)   (p)->Initialize(a,b)
911 #define IDirect3DExecuteBuffer_Lock(p,a)           (p)->Lock(a)
912 #define IDirect3DExecuteBuffer_Unlock(p)           (p)->Unlock()
913 #define IDirect3DExecuteBuffer_SetExecuteData(p,a) (p)->SetExecuteData(a)
914 #define IDirect3DExecuteBuffer_GetExecuteData(p,a) (p)->GetExecuteData(a)
915 #define IDirect3DExecuteBuffer_Validate(p,a,b,c,d) (p)->Validate(a,b,c,d)
916 #define IDirect3DExecuteBuffer_Optimize(p,a)       (p)->Optimize(a)
917 #endif
918
919
920 /*****************************************************************************
921  * IDirect3DDevice interface
922  */
923 #define INTERFACE IDirect3DDevice
924 DECLARE_INTERFACE_(IDirect3DDevice,IUnknown)
925 {
926     /*** IUnknown methods ***/
927     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
928     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
929     STDMETHOD_(ULONG,Release)(THIS) PURE;
930     /*** IDirect3DDevice methods ***/
931     STDMETHOD(Initialize)(THIS_ LPDIRECT3D lpDirect3D, LPGUID lpGUID, LPD3DDEVICEDESC lpD3DDVDesc) PURE;
932     STDMETHOD(GetCaps)(THIS_ LPD3DDEVICEDESC lpD3DHWDevDesc, LPD3DDEVICEDESC lpD3DHELDevDesc) PURE;
933     STDMETHOD(SwapTextureHandles)(THIS_ LPDIRECT3DTEXTURE lpD3Dtex1, LPDIRECT3DTEXTURE lpD3DTex2) PURE;
934     STDMETHOD(CreateExecuteBuffer)(THIS_ LPD3DEXECUTEBUFFERDESC lpDesc, LPDIRECT3DEXECUTEBUFFER *lplpDirect3DExecuteBuffer, IUnknown *pUnkOuter) PURE;
935     STDMETHOD(GetStats)(THIS_ LPD3DSTATS lpD3DStats) PURE;
936     STDMETHOD(Execute)(THIS_ LPDIRECT3DEXECUTEBUFFER lpDirect3DExecuteBuffer, LPDIRECT3DVIEWPORT lpDirect3DViewport, DWORD dwFlags) PURE;
937     STDMETHOD(AddViewport)(THIS_ LPDIRECT3DVIEWPORT lpDirect3DViewport) PURE;
938     STDMETHOD(DeleteViewport)(THIS_ LPDIRECT3DVIEWPORT lpDirect3DViewport) PURE;
939     STDMETHOD(NextViewport)(THIS_ LPDIRECT3DVIEWPORT lpDirect3DViewport, LPDIRECT3DVIEWPORT *lplpDirect3DViewport, DWORD dwFlags) PURE;
940     STDMETHOD(Pick)(THIS_ LPDIRECT3DEXECUTEBUFFER lpDirect3DExecuteBuffer, LPDIRECT3DVIEWPORT lpDirect3DViewport, DWORD dwFlags, LPD3DRECT lpRect) PURE;
941     STDMETHOD(GetPickRecords)(THIS_ LPDWORD lpCount, LPD3DPICKRECORD lpD3DPickRec) PURE;
942     STDMETHOD(EnumTextureFormats)(THIS_ LPD3DENUMTEXTUREFORMATSCALLBACK lpD3DEnumTextureProc, LPVOID lpArg) PURE;
943     STDMETHOD(CreateMatrix)(THIS_ LPD3DMATRIXHANDLE lpD3DMatHandle) PURE;
944     STDMETHOD(SetMatrix)(THIS_ D3DMATRIXHANDLE D3DMatHandle, LPD3DMATRIX lpD3DMatrix) PURE;
945     STDMETHOD(GetMatrix)(THIS_ D3DMATRIXHANDLE D3DMatHandle, LPD3DMATRIX lpD3DMatrix) PURE;
946     STDMETHOD(DeleteMatrix)(THIS_ D3DMATRIXHANDLE D3DMatHandle) PURE;
947     STDMETHOD(BeginScene)(THIS) PURE;
948     STDMETHOD(EndScene)(THIS) PURE;
949     STDMETHOD(GetDirect3D)(THIS_ LPDIRECT3D *lplpDirect3D) PURE;
950 };
951 #undef INTERFACE
952
953 #if !defined(__cplusplus) || defined(CINTERFACE)
954 /*** IUnknown methods ***/
955 #define IDirect3DDevice_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
956 #define IDirect3DDevice_AddRef(p)             (p)->lpVtbl->AddRef(p)
957 #define IDirect3DDevice_Release(p)            (p)->lpVtbl->Release(p)
958 /*** IDirect3DDevice methods ***/
959 #define IDirect3DDevice_Initialize(p,a,b,c)          (p)->lpVtbl->Initialize(p,a,b,c)
960 #define IDirect3DDevice_GetCaps(p,a,b)               (p)->lpVtbl->GetCaps(p,a,b)
961 #define IDirect3DDevice_SwapTextureHandles(p,a,b)    (p)->lpVtbl->SwapTextureHandles(p,a,b)
962 #define IDirect3DDevice_CreateExecuteBuffer(p,a,b,c) (p)->lpVtbl->CreateExecuteBuffer(p,a,b,c)
963 #define IDirect3DDevice_GetStats(p,a)                (p)->lpVtbl->GetStats(p,a)
964 #define IDirect3DDevice_Execute(p,a,b,c)             (p)->lpVtbl->Execute(p,a,b,c)
965 #define IDirect3DDevice_AddViewport(p,a)             (p)->lpVtbl->AddViewport(p,a)
966 #define IDirect3DDevice_DeleteViewport(p,a)          (p)->lpVtbl->DeleteViewport(p,a)
967 #define IDirect3DDevice_NextViewport(p,a,b,c)        (p)->lpVtbl->NextViewport(p,a,b,c)
968 #define IDirect3DDevice_Pick(p,a,b,c,d)              (p)->lpVtbl->Pick(p,a,b,c,d)
969 #define IDirect3DDevice_GetPickRecords(p,a,b)        (p)->lpVtbl->GetPickRecords(p,a,b)
970 #define IDirect3DDevice_EnumTextureFormats(p,a,b)    (p)->lpVtbl->EnumTextureFormats(p,a,b)
971 #define IDirect3DDevice_CreateMatrix(p,a)            (p)->lpVtbl->CreateMatrix(p,a)
972 #define IDirect3DDevice_SetMatrix(p,a,b)             (p)->lpVtbl->SetMatrix(p,a,b)
973 #define IDirect3DDevice_GetMatrix(p,a,b)             (p)->lpVtbl->GetMatrix(p,a,b)
974 #define IDirect3DDevice_DeleteMatrix(p,a)            (p)->lpVtbl->DeleteMatrix(p,a)
975 #define IDirect3DDevice_BeginScene(p)                (p)->lpVtbl->BeginScene(p)
976 #define IDirect3DDevice_EndScene(p)                  (p)->lpVtbl->EndScene(p)
977 #define IDirect3DDevice_GetDirect3D(p,a)             (p)->lpVtbl->GetDirect3D(p,a)
978 #else
979 /*** IUnknown methods ***/
980 #define IDirect3DDevice_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
981 #define IDirect3DDevice_AddRef(p)             (p)->AddRef()
982 #define IDirect3DDevice_Release(p)            (p)->Release()
983 /*** IDirect3DDevice methods ***/
984 #define IDirect3DDevice_Initialize(p,a,b,c)          (p)->Initialize(a,b,c)
985 #define IDirect3DDevice_GetCaps(p,a,b)               (p)->GetCaps(a,b)
986 #define IDirect3DDevice_SwapTextureHandles(p,a,b)    (p)->SwapTextureHandles(a,b)
987 #define IDirect3DDevice_CreateExecuteBuffer(p,a,b,c) (p)->CreateExecuteBuffer(a,b,c)
988 #define IDirect3DDevice_GetStats(p,a)                (p)->GetStats(a)
989 #define IDirect3DDevice_Execute(p,a,b,c)             (p)->Execute(a,b,c)
990 #define IDirect3DDevice_AddViewport(p,a)             (p)->AddViewport(a)
991 #define IDirect3DDevice_DeleteViewport(p,a)          (p)->DeleteViewport(a)
992 #define IDirect3DDevice_NextViewport(p,a,b,c)        (p)->NextViewport(a,b,c)
993 #define IDirect3DDevice_Pick(p,a,b,c,d)              (p)->Pick(a,b,c,d)
994 #define IDirect3DDevice_GetPickRecords(p,a,b)        (p)->GetPickRecords(a,b)
995 #define IDirect3DDevice_EnumTextureFormats(p,a,b)    (p)->EnumTextureFormats(a,b)
996 #define IDirect3DDevice_CreateMatrix(p,a)            (p)->CreateMatrix(a)
997 #define IDirect3DDevice_SetMatrix(p,a,b)             (p)->SetMatrix(a,b)
998 #define IDirect3DDevice_GetMatrix(p,a,b)             (p)->GetMatrix(a,b)
999 #define IDirect3DDevice_DeleteMatrix(p,a)            (p)->DeleteMatrix(a)
1000 #define IDirect3DDevice_BeginScene(p)                (p)->BeginScene()
1001 #define IDirect3DDevice_EndScene(p)                  (p)->EndScene()
1002 #define IDirect3DDevice_GetDirect3D(p,a)             (p)->GetDirect3D(a)
1003 #endif
1004
1005
1006 /*****************************************************************************
1007  * IDirect3DDevice2 interface
1008  */
1009 #define INTERFACE IDirect3DDevice2
1010 DECLARE_INTERFACE_(IDirect3DDevice2,IUnknown)
1011 {
1012     /*** IUnknown methods ***/
1013     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1014     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1015     STDMETHOD_(ULONG,Release)(THIS) PURE;
1016     /*** IDirect3DDevice2 methods ***/
1017     STDMETHOD(GetCaps)(THIS_ LPD3DDEVICEDESC lpD3DHWDevDesc, LPD3DDEVICEDESC lpD3DHELDevDesc) PURE;
1018     STDMETHOD(SwapTextureHandles)(THIS_ LPDIRECT3DTEXTURE2 lpD3DTex1, LPDIRECT3DTEXTURE2 lpD3DTex2) PURE;
1019     STDMETHOD(GetStats)(THIS_ LPD3DSTATS lpD3DStats) PURE;
1020     STDMETHOD(AddViewport)(THIS_ LPDIRECT3DVIEWPORT2 lpDirect3DViewport2) PURE;
1021     STDMETHOD(DeleteViewport)(THIS_ LPDIRECT3DVIEWPORT2 lpDirect3DViewport2) PURE;
1022     STDMETHOD(NextViewport)(THIS_ LPDIRECT3DVIEWPORT2 lpDirect3DViewport2, LPDIRECT3DVIEWPORT2 *lplpDirect3DViewport2, DWORD dwFlags) PURE;
1023     STDMETHOD(EnumTextureFormats)(THIS_ LPD3DENUMTEXTUREFORMATSCALLBACK lpD3DEnumTextureProc, LPVOID lpArg) PURE;
1024     STDMETHOD(BeginScene)(THIS) PURE;
1025     STDMETHOD(EndScene)(THIS) PURE;
1026     STDMETHOD(GetDirect3D)(THIS_ LPDIRECT3D2 *lplpDirect3D2) PURE;
1027     /*** DrawPrimitive API ***/
1028     STDMETHOD(SetCurrentViewport)(THIS_ LPDIRECT3DVIEWPORT2 lpDirect3DViewport2) PURE;
1029     STDMETHOD(GetCurrentViewport)(THIS_ LPDIRECT3DVIEWPORT2 *lplpDirect3DViewport2) PURE;
1030     STDMETHOD(SetRenderTarget)(THIS_ LPDIRECTDRAWSURFACE lpNewRenderTarget, DWORD dwFlags) PURE;
1031     STDMETHOD(GetRenderTarget)(THIS_ LPDIRECTDRAWSURFACE *lplpRenderTarget) PURE;
1032     STDMETHOD(Begin)(THIS_ D3DPRIMITIVETYPE d3dpt,D3DVERTEXTYPE dwVertexTypeDesc,DWORD dwFlags) PURE;
1033     STDMETHOD(BeginIndexed)(THIS_ D3DPRIMITIVETYPE d3dptPrimitiveType, D3DVERTEXTYPE d3dvtVertexType, LPVOID lpvVertices, DWORD dwNumVertices, DWORD dwFlags) PURE;
1034     STDMETHOD(Vertex)(THIS_ LPVOID lpVertexType) PURE;
1035     STDMETHOD(Index)(THIS_ WORD wVertexIndex) PURE;
1036     STDMETHOD(End)(THIS_ DWORD dwFlags) PURE;
1037     STDMETHOD(GetRenderState)(THIS_ D3DRENDERSTATETYPE dwRenderStateType, LPDWORD lpdwRenderState) PURE;
1038     STDMETHOD(SetRenderState)(THIS_ D3DRENDERSTATETYPE dwRenderStateType, DWORD dwRenderState) PURE;
1039     STDMETHOD(GetLightState)(THIS_ D3DLIGHTSTATETYPE dwLightStateType, LPDWORD lpdwLightState) PURE;
1040     STDMETHOD(SetLightState)(THIS_ D3DLIGHTSTATETYPE dwLightStateType, DWORD dwLightState) PURE;
1041     STDMETHOD(SetTransform)(THIS_ D3DTRANSFORMSTATETYPE dtstTransformStateType, LPD3DMATRIX lpD3DMatrix) PURE;
1042     STDMETHOD(GetTransform)(THIS_ D3DTRANSFORMSTATETYPE dtstTransformStateType, LPD3DMATRIX lpD3DMatrix) PURE;
1043     STDMETHOD(MultiplyTransform)(THIS_ D3DTRANSFORMSTATETYPE dtstTransformStateType, LPD3DMATRIX lpD3DMatrix) PURE;
1044     STDMETHOD(DrawPrimitive)(THIS_ D3DPRIMITIVETYPE d3dptPrimitiveType, D3DVERTEXTYPE d3dvtVertexType, LPVOID lpvVertices, DWORD dwVertexCount, DWORD dwFlags) PURE;
1045     STDMETHOD(DrawIndexedPrimitive)(THIS_ D3DPRIMITIVETYPE d3dptPrimitiveType, D3DVERTEXTYPE d3dvtVertexType, LPVOID lpvVertices, DWORD dwVertexCount, LPWORD dwIndices, DWORD dwIndexCount, DWORD dwFlags) PURE;
1046     STDMETHOD(SetClipStatus)(THIS_ LPD3DCLIPSTATUS lpD3DClipStatus) PURE;
1047     STDMETHOD(GetClipStatus)(THIS_ LPD3DCLIPSTATUS lpD3DClipStatus) PURE;
1048 };
1049 #undef INTERFACE
1050
1051 #if !defined(__cplusplus) || defined(CINTERFACE)
1052 /*** IUnknown methods ***/
1053 #define IDirect3DDevice2_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
1054 #define IDirect3DDevice2_AddRef(p)             (p)->lpVtbl->AddRef(p)
1055 #define IDirect3DDevice2_Release(p)            (p)->lpVtbl->Release(p)
1056 /*** IDirect3DDevice2 methods ***/
1057 #define IDirect3DDevice2_GetCaps(p,a,b)                        (p)->lpVtbl->GetCaps(p,a,b)
1058 #define IDirect3DDevice2_SwapTextureHandles(p,a,b)             (p)->lpVtbl->SwapTextureHandles(p,a,b)
1059 #define IDirect3DDevice2_GetStats(p,a)                         (p)->lpVtbl->GetStats(p,a)
1060 #define IDirect3DDevice2_AddViewport(p,a)                      (p)->lpVtbl->AddViewport(p,a)
1061 #define IDirect3DDevice2_DeleteViewport(p,a)                   (p)->lpVtbl->DeleteViewport(p,a)
1062 #define IDirect3DDevice2_NextViewport(p,a,b,c)                 (p)->lpVtbl->NextViewport(p,a,b,c)
1063 #define IDirect3DDevice2_EnumTextureFormats(p,a,b)             (p)->lpVtbl->EnumTextureFormats(p,a,b)
1064 #define IDirect3DDevice2_BeginScene(p)                         (p)->lpVtbl->BeginScene(p)
1065 #define IDirect3DDevice2_EndScene(p)                           (p)->lpVtbl->EndScene(p)
1066 #define IDirect3DDevice2_GetDirect3D(p,a)                      (p)->lpVtbl->GetDirect3D(p,a)
1067 #define IDirect3DDevice2_SetCurrentViewport(p,a)               (p)->lpVtbl->SetCurrentViewport(p,a)
1068 #define IDirect3DDevice2_GetCurrentViewport(p,a)               (p)->lpVtbl->GetCurrentViewport(p,a)
1069 #define IDirect3DDevice2_SetRenderTarget(p,a,b)                (p)->lpVtbl->SetRenderTarget(p,a,b)
1070 #define IDirect3DDevice2_GetRenderTarget(p,a)                  (p)->lpVtbl->GetRenderTarget(p,a)
1071 #define IDirect3DDevice2_Begin(p,a,b,c)                        (p)->lpVtbl->Begin(p,a,b,c)
1072 #define IDirect3DDevice2_BeginIndexed(p,a,b,c,d,e)             (p)->lpVtbl->BeginIndexed(p,a,b,c,d,e)
1073 #define IDirect3DDevice2_Vertex(p,a)                           (p)->lpVtbl->Vertex(p,a)
1074 #define IDirect3DDevice2_Index(p,a)                            (p)->lpVtbl->Index(p,a)
1075 #define IDirect3DDevice2_End(p,a)                              (p)->lpVtbl->End(p,a)
1076 #define IDirect3DDevice2_GetRenderState(p,a,b)                 (p)->lpVtbl->GetRenderState(p,a,b)
1077 #define IDirect3DDevice2_SetRenderState(p,a,b)                 (p)->lpVtbl->SetRenderState(p,a,b)
1078 #define IDirect3DDevice2_GetLightState(p,a,b)                  (p)->lpVtbl->GetLightState(p,a,b)
1079 #define IDirect3DDevice2_SetLightState(p,a,b)                  (p)->lpVtbl->SetLightState(p,a,b)
1080 #define IDirect3DDevice2_SetTransform(p,a,b)                   (p)->lpVtbl->SetTransform(p,a,b)
1081 #define IDirect3DDevice2_GetTransform(p,a,b)                   (p)->lpVtbl->GetTransform(p,a,b)
1082 #define IDirect3DDevice2_MultiplyTransform(p,a,b)              (p)->lpVtbl->MultiplyTransform(p,a,b)
1083 #define IDirect3DDevice2_DrawPrimitive(p,a,b,c,d,e)            (p)->lpVtbl->DrawPrimitive(p,a,b,c,d,e)
1084 #define IDirect3DDevice2_DrawIndexedPrimitive(p,a,b,c,d,e,f,g) (p)->lpVtbl->DrawIndexedPrimitive(p,a,b,c,d,e,f,g)
1085 #define IDirect3DDevice2_SetClipStatus(p,a)                    (p)->lpVtbl->SetClipStatus(p,a)
1086 #define IDirect3DDevice2_GetClipStatus(p,a)                    (p)->lpVtbl->GetClipStatus(p,a)
1087 #else
1088 /*** IUnknown methods ***/
1089 #define IDirect3DDevice2_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
1090 #define IDirect3DDevice2_AddRef(p)             (p)->AddRef()
1091 #define IDirect3DDevice2_Release(p)            (p)->Release()
1092 /*** IDirect3DDevice2 methods ***/
1093 #define IDirect3DDevice2_GetCaps(p,a,b)                        (p)->GetCaps(a,b)
1094 #define IDirect3DDevice2_SwapTextureHandles(p,a,b)             (p)->SwapTextureHandles(a,b)
1095 #define IDirect3DDevice2_GetStats(p,a)                         (p)->GetStats(a)
1096 #define IDirect3DDevice2_AddViewport(p,a)                      (p)->AddViewport(a)
1097 #define IDirect3DDevice2_DeleteViewport(p,a)                   (p)->DeleteViewport(a)
1098 #define IDirect3DDevice2_NextViewport(p,a,b,c)                 (p)->NextViewport(a,b,c)
1099 #define IDirect3DDevice2_EnumTextureFormats(p,a,b)             (p)->EnumTextureFormats(a,b)
1100 #define IDirect3DDevice2_BeginScene(p)                         (p)->BeginScene()
1101 #define IDirect3DDevice2_EndScene(p)                           (p)->EndScene()
1102 #define IDirect3DDevice2_GetDirect3D(p,a)                      (p)->GetDirect3D(a)
1103 #define IDirect3DDevice2_SetCurrentViewport(p,a)               (p)->SetCurrentViewport(a)
1104 #define IDirect3DDevice2_GetCurrentViewport(p,a)               (p)->GetCurrentViewport(a)
1105 #define IDirect3DDevice2_SetRenderTarget(p,a,b)                (p)->SetRenderTarget(a,b)
1106 #define IDirect3DDevice2_GetRenderTarget(p,a)                  (p)->GetRenderTarget(a)
1107 #define IDirect3DDevice2_Begin(p,a,b,c)                        (p)->Begin(a,b,c)
1108 #define IDirect3DDevice2_BeginIndexed(p,a,b,c,d,e)             (p)->BeginIndexed(a,b,c,d,e)
1109 #define IDirect3DDevice2_Vertex(p,a)                           (p)->Vertex(a)
1110 #define IDirect3DDevice2_Index(p,a)                            (p)->Index(a)
1111 #define IDirect3DDevice2_End(p,a)                              (p)->End(a)
1112 #define IDirect3DDevice2_GetRenderState(p,a,b)                 (p)->GetRenderState(a,b)
1113 #define IDirect3DDevice2_SetRenderState(p,a,b)                 (p)->SetRenderState(a,b)
1114 #define IDirect3DDevice2_GetLightState(p,a,b)                  (p)->GetLightState(a,b)
1115 #define IDirect3DDevice2_SetLightState(p,a,b)                  (p)->SetLightState(a,b)
1116 #define IDirect3DDevice2_SetTransform(p,a,b)                   (p)->SetTransform(a,b)
1117 #define IDirect3DDevice2_GetTransform(p,a,b)                   (p)->GetTransform(a,b)
1118 #define IDirect3DDevice2_MultiplyTransform(p,a,b)              (p)->MultiplyTransform(a,b)
1119 #define IDirect3DDevice2_DrawPrimitive(p,a,b,c,d,e)            (p)->DrawPrimitive(a,b,c,d,e)
1120 #define IDirect3DDevice2_DrawIndexedPrimitive(p,a,b,c,d,e,f,g) (p)->DrawIndexedPrimitive(a,b,c,d,e,f,g)
1121 #define IDirect3DDevice2_SetClipStatus(p,a)                    (p)->SetClipStatus(a)
1122 #define IDirect3DDevice2_GetClipStatus(p,a)                    (p)->GetClipStatus(a)
1123 #endif
1124
1125 /*****************************************************************************
1126  * IDirect3DDevice3 interface
1127  */
1128 #define INTERFACE IDirect3DDevice3
1129 DECLARE_INTERFACE_(IDirect3DDevice3,IUnknown)
1130 {
1131     /*** IUnknown methods ***/
1132     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1133     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1134     STDMETHOD_(ULONG,Release)(THIS) PURE;
1135     /*** IDirect3DDevice3 methods ***/
1136     STDMETHOD(GetCaps)(THIS_ LPD3DDEVICEDESC lpD3DHWDevDesc, LPD3DDEVICEDESC lpD3DHELDevDesc) PURE;
1137     STDMETHOD(GetStats)(THIS_ LPD3DSTATS lpD3DStats) PURE;
1138     STDMETHOD(AddViewport)(THIS_ LPDIRECT3DVIEWPORT3 lpDirect3DViewport3) PURE;
1139     STDMETHOD(DeleteViewport)(THIS_ LPDIRECT3DVIEWPORT3 lpDirect3DViewport3) PURE;
1140     STDMETHOD(NextViewport)(THIS_ LPDIRECT3DVIEWPORT3 lpDirect3DViewport3, LPDIRECT3DVIEWPORT3 *lplpDirect3DViewport3, DWORD dwFlags) PURE;
1141     STDMETHOD(EnumTextureFormats)(THIS_ LPD3DENUMPIXELFORMATSCALLBACK lpD3DEnumPixelProc, LPVOID lpArg) PURE;
1142     STDMETHOD(BeginScene)(THIS) PURE;
1143     STDMETHOD(EndScene)(THIS) PURE;
1144     STDMETHOD(GetDirect3D)(THIS_ LPDIRECT3D3 *lplpDirect3D3) PURE;
1145     /*** DrawPrimitive API ***/
1146     STDMETHOD(SetCurrentViewport)(THIS_ LPDIRECT3DVIEWPORT3 lpDirect3DViewport3) PURE;
1147     STDMETHOD(GetCurrentViewport)(THIS_ LPDIRECT3DVIEWPORT3 *lplpDirect3DViewport3) PURE;
1148     STDMETHOD(SetRenderTarget)(THIS_ LPDIRECTDRAWSURFACE4 lpNewRenderTarget, DWORD dwFlags) PURE;
1149     STDMETHOD(GetRenderTarget)(THIS_ LPDIRECTDRAWSURFACE4 *lplpRenderTarget) PURE;
1150     STDMETHOD(Begin)(THIS_ D3DPRIMITIVETYPE d3dptPrimitiveType,DWORD dwVertexTypeDesc, DWORD dwFlags) PURE;
1151     STDMETHOD(BeginIndexed)(THIS_ D3DPRIMITIVETYPE d3dptPrimitiveType,DWORD d3dvtVertexType, LPVOID lpvVertices, DWORD dwNumVertices, DWORD dwFlags) PURE;
1152     STDMETHOD(Vertex)(THIS_ LPVOID lpVertexType) PURE;
1153     STDMETHOD(Index)(THIS_ WORD wVertexIndex) PURE;
1154     STDMETHOD(End)(THIS_ DWORD dwFlags) PURE;
1155     STDMETHOD(GetRenderState)(THIS_ D3DRENDERSTATETYPE dwRenderStateType, LPDWORD lpdwRenderState) PURE;
1156     STDMETHOD(SetRenderState)(THIS_ D3DRENDERSTATETYPE dwRenderStateType, DWORD dwRenderState) PURE;
1157     STDMETHOD(GetLightState)(THIS_ D3DLIGHTSTATETYPE dwLightStateType, LPDWORD lpdwLightState) PURE;
1158     STDMETHOD(SetLightState)(THIS_ D3DLIGHTSTATETYPE dwLightStateType, DWORD dwLightState) PURE;
1159     STDMETHOD(SetTransform)(THIS_ D3DTRANSFORMSTATETYPE dtstTransformStateType, LPD3DMATRIX lpD3DMatrix) PURE;
1160     STDMETHOD(GetTransform)(THIS_ D3DTRANSFORMSTATETYPE dtstTransformStateType, LPD3DMATRIX lpD3DMatrix) PURE;
1161     STDMETHOD(MultiplyTransform)(THIS_ D3DTRANSFORMSTATETYPE dtstTransformStateType, LPD3DMATRIX lpD3DMatrix) PURE;
1162     STDMETHOD(DrawPrimitive)(THIS_ D3DPRIMITIVETYPE d3dptPrimitiveType, DWORD d3dvtVertexType, LPVOID lpvVertices, DWORD dwVertexCount, DWORD dwFlags) PURE;
1163     STDMETHOD(DrawIndexedPrimitive)(THIS_ D3DPRIMITIVETYPE d3dptPrimitiveType, DWORD d3dvtVertexType, LPVOID lpvVertices, DWORD dwVertexCount, LPWORD dwIndices, DWORD dwIndexCount, DWORD dwFlags) PURE;
1164     STDMETHOD(SetClipStatus)(THIS_ LPD3DCLIPSTATUS lpD3DClipStatus) PURE;
1165     STDMETHOD(GetClipStatus)(THIS_ LPD3DCLIPSTATUS lpD3DClipStatus) PURE;
1166     STDMETHOD(DrawPrimitiveStrided)(THIS_ D3DPRIMITIVETYPE d3dptPrimitiveType,DWORD dwVertexType,LPD3DDRAWPRIMITIVESTRIDEDDATA lpD3DDrawPrimStrideData,DWORD dwVertexCount,DWORD dwFlags) PURE;
1167     STDMETHOD(DrawIndexedPrimitiveStrided)(THIS_ D3DPRIMITIVETYPE d3dptPrimitiveType,DWORD dwVertexType,LPD3DDRAWPRIMITIVESTRIDEDDATA lpD3DDrawPrimStrideData,DWORD dwVertexCount,LPWORD lpIndex,DWORD dwIndexCount,DWORD dwFlags) PURE;
1168     STDMETHOD(DrawPrimitiveVB)(THIS_ D3DPRIMITIVETYPE d3dptPrimitiveType,LPDIRECT3DVERTEXBUFFER lpD3DVertexBuf,DWORD dwStartVertex,DWORD dwNumVertices,DWORD dwFlags) PURE;
1169     STDMETHOD(DrawIndexedPrimitiveVB)(THIS_ D3DPRIMITIVETYPE d3dptPrimitiveType,LPDIRECT3DVERTEXBUFFER lpD3DVertexBuf,LPWORD lpwIndices,DWORD dwIndexCount,DWORD dwFlags) PURE;
1170     STDMETHOD(ComputeSphereVisibility)(THIS_ LPD3DVECTOR lpCenters,LPD3DVALUE lpRadii,DWORD dwNumSpheres,DWORD dwFlags,LPDWORD lpdwReturnValues) PURE;
1171     STDMETHOD(GetTexture)(THIS_ DWORD dwStage,LPDIRECT3DTEXTURE2 *lplpTexture2) PURE;
1172     STDMETHOD(SetTexture)(THIS_ DWORD dwStage,LPDIRECT3DTEXTURE2 lpTexture2) PURE;
1173     STDMETHOD(GetTextureStageState)(THIS_ DWORD dwStage,D3DTEXTURESTAGESTATETYPE d3dTexStageStateType,LPDWORD lpdwState) PURE;
1174     STDMETHOD(SetTextureStageState)(THIS_ DWORD dwStage,D3DTEXTURESTAGESTATETYPE d3dTexStageStateType,DWORD dwState) PURE;
1175     STDMETHOD(ValidateDevice)(THIS_ LPDWORD lpdwPasses) PURE;
1176 };
1177 #undef INTERFACE
1178
1179 #if !defined(__cplusplus) || defined(CINTERFACE)
1180 /*** IUnknown methods ***/
1181 #define IDirect3DDevice3_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
1182 #define IDirect3DDevice3_AddRef(p)             (p)->lpVtbl->AddRef(p)
1183 #define IDirect3DDevice3_Release(p)            (p)->lpVtbl->Release(p)
1184 /*** IDirect3DDevice3 methods ***/
1185 #define IDirect3DDevice3_GetCaps(p,a,b)                        (p)->lpVtbl->GetCaps(p,a,b)
1186 #define IDirect3DDevice3_GetStats(p,a)                         (p)->lpVtbl->GetStats(p,a)
1187 #define IDirect3DDevice3_AddViewport(p,a)                      (p)->lpVtbl->AddViewport(p,a)
1188 #define IDirect3DDevice3_DeleteViewport(p,a)                   (p)->lpVtbl->DeleteViewport(p,a)
1189 #define IDirect3DDevice3_NextViewport(p,a,b,c)                 (p)->lpVtbl->NextViewport(p,a,b,c)
1190 #define IDirect3DDevice3_EnumTextureFormats(p,a,b)             (p)->lpVtbl->EnumTextureFormats(p,a,b)
1191 #define IDirect3DDevice3_BeginScene(p)                         (p)->lpVtbl->BeginScene(p)
1192 #define IDirect3DDevice3_EndScene(p)                           (p)->lpVtbl->EndScene(p)
1193 #define IDirect3DDevice3_GetDirect3D(p,a)                      (p)->lpVtbl->GetDirect3D(p,a)
1194 #define IDirect3DDevice3_SetCurrentViewport(p,a)               (p)->lpVtbl->SetCurrentViewport(p,a)
1195 #define IDirect3DDevice3_GetCurrentViewport(p,a)               (p)->lpVtbl->GetCurrentViewport(p,a)
1196 #define IDirect3DDevice3_SetRenderTarget(p,a,b)                (p)->lpVtbl->SetRenderTarget(p,a,b)
1197 #define IDirect3DDevice3_GetRenderTarget(p,a)                  (p)->lpVtbl->GetRenderTarget(p,a)
1198 #define IDirect3DDevice3_Begin(p,a,b,c)                        (p)->lpVtbl->Begin(p,a,b,c)
1199 #define IDirect3DDevice3_BeginIndexed(p,a,b,c,d,e)             (p)->lpVtbl->BeginIndexed(p,a,b,c,d,e)
1200 #define IDirect3DDevice3_Vertex(p,a)                           (p)->lpVtbl->Vertex(p,a)
1201 #define IDirect3DDevice3_Index(p,a)                            (p)->lpVtbl->Index(p,a)
1202 #define IDirect3DDevice3_End(p,a)                              (p)->lpVtbl->End(p,a)
1203 #define IDirect3DDevice3_GetRenderState(p,a,b)                 (p)->lpVtbl->GetRenderState(p,a,b)
1204 #define IDirect3DDevice3_SetRenderState(p,a,b)                 (p)->lpVtbl->SetRenderState(p,a,b)
1205 #define IDirect3DDevice3_GetLightState(p,a,b)                  (p)->lpVtbl->GetLightState(p,a,b)
1206 #define IDirect3DDevice3_SetLightState(p,a,b)                  (p)->lpVtbl->SetLightState(p,a,b)
1207 #define IDirect3DDevice3_SetTransform(p,a,b)                   (p)->lpVtbl->SetTransform(p,a,b)
1208 #define IDirect3DDevice3_GetTransform(p,a,b)                   (p)->lpVtbl->GetTransform(p,a,b)
1209 #define IDirect3DDevice3_MultiplyTransform(p,a,b)              (p)->lpVtbl->MultiplyTransform(p,a,b)
1210 #define IDirect3DDevice3_DrawPrimitive(p,a,b,c,d,e)            (p)->lpVtbl->DrawPrimitive(p,a,b,c,d,e)
1211 #define IDirect3DDevice3_DrawIndexedPrimitive(p,a,b,c,d,e,f,g) (p)->lpVtbl->DrawIndexedPrimitive(p,a,b,c,d,e,f,g)
1212 #define IDirect3DDevice3_SetClipStatus(p,a)                    (p)->lpVtbl->SetClipStatus(p,a)
1213 #define IDirect3DDevice3_GetClipStatus(p,a)                    (p)->lpVtbl->GetClipStatus(p,a)
1214 #define IDirect3DDevice3_DrawPrimitiveStrided(p,a,b,c,d,e)     (p)->lpVtbl->DrawPrimitiveStrided(p,a,b,c,d,e)
1215 #define IDirect3DDevice3_DrawIndexedPrimitiveStrided(p,a,b,c,d,e,f,g) (p)->lpVtbl->DrawIndexedPrimitiveStrided(p,a,b,c,d,e,f,g)
1216 #define IDirect3DDevice3_DrawPrimitiveVB(p,a,b,c,d,e)          (p)->lpVtbl->DrawPrimitiveVB(p,a,b,c,d,e)
1217 #define IDirect3DDevice3_DrawIndexedPrimitiveVB(p,a,b,c,d,e)   (p)->lpVtbl->DrawIndexedPrimitiveVB(p,a,b,c,d,e)
1218 #define IDirect3DDevice3_ComputeSphereVisibility(p,a,b,c,d,e)  (p)->lpVtbl->ComputeSphereVisibility(p,a,b,c,d,e)
1219 #define IDirect3DDevice3_GetTexture(p,a,b)                     (p)->lpVtbl->GetTexture(p,a,b)
1220 #define IDirect3DDevice3_SetTexture(p,a,b)                     (p)->lpVtbl->SetTexture(p,a,b)
1221 #define IDirect3DDevice3_GetTextureStageState(p,a,b,c)         (p)->lpVtbl->GetTextureStageState(p,a,b,c)
1222 #define IDirect3DDevice3_SetTextureStageState(p,a,b,c)         (p)->lpVtbl->SetTextureStageState(p,a,b,c)
1223 #define IDirect3DDevice3_ValidateDevice(p,a)                   (p)->lpVtbl->ValidateDevice(p,a)
1224 #else
1225 /*** IUnknown methods ***/
1226 #define IDirect3DDevice3_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
1227 #define IDirect3DDevice3_AddRef(p)             (p)->AddRef()
1228 #define IDirect3DDevice3_Release(p)            (p)->Release()
1229 /*** IDirect3DDevice3 methods ***/
1230 #define IDirect3DDevice3_GetCaps(p,a,b)                        (p)->GetCaps(a,b)
1231 #define IDirect3DDevice3_GetStats(p,a)                         (p)->GetStats(a)
1232 #define IDirect3DDevice3_AddViewport(p,a)                      (p)->AddViewport(a)
1233 #define IDirect3DDevice3_DeleteViewport(p,a)                   (p)->DeleteViewport(a)
1234 #define IDirect3DDevice3_NextViewport(p,a,b,c)                 (p)->NextViewport(a,b,c)
1235 #define IDirect3DDevice3_EnumTextureFormats(p,a,b)             (p)->EnumTextureFormats(a,b)
1236 #define IDirect3DDevice3_BeginScene(p)                         (p)->BeginScene()
1237 #define IDirect3DDevice3_EndScene(p)                           (p)->EndScene()
1238 #define IDirect3DDevice3_GetDirect3D(p,a)                      (p)->GetDirect3D(a)
1239 #define IDirect3DDevice3_SetCurrentViewport(p,a)               (p)->SetCurrentViewport(a)
1240 #define IDirect3DDevice3_GetCurrentViewport(p,a)               (p)->GetCurrentViewport(a)
1241 #define IDirect3DDevice3_SetRenderTarget(p,a,b)                (p)->SetRenderTarget(a,b)
1242 #define IDirect3DDevice3_GetRenderTarget(p,a)                  (p)->GetRenderTarget(a)
1243 #define IDirect3DDevice3_Begin(p,a,b,c)                        (p)->Begin(a,b,c)
1244 #define IDirect3DDevice3_BeginIndexed(p,a,b,c,d,e)             (p)->BeginIndexed(a,b,c,d,e)
1245 #define IDirect3DDevice3_Vertex(p,a)                           (p)->Vertex(a)
1246 #define IDirect3DDevice3_Index(p,a)                            (p)->Index(a)
1247 #define IDirect3DDevice3_End(p,a)                              (p)->End(a)
1248 #define IDirect3DDevice3_GetRenderState(p,a,b)                 (p)->GetRenderState(a,b)
1249 #define IDirect3DDevice3_SetRenderState(p,a,b)                 (p)->SetRenderState(a,b)
1250 #define IDirect3DDevice3_GetLightState(p,a,b)                  (p)->GetLightState(a,b)
1251 #define IDirect3DDevice3_SetLightState(p,a,b)                  (p)->SetLightState(a,b)
1252 #define IDirect3DDevice3_SetTransform(p,a,b)                   (p)->SetTransform(a,b)
1253 #define IDirect3DDevice3_GetTransform(p,a,b)                   (p)->GetTransform(a,b)
1254 #define IDirect3DDevice3_MultiplyTransform(p,a,b)              (p)->MultiplyTransform(a,b)
1255 #define IDirect3DDevice3_DrawPrimitive(p,a,b,c,d,e)            (p)->DrawPrimitive(a,b,c,d,e)
1256 #define IDirect3DDevice3_DrawIndexedPrimitive(p,a,b,c,d,e,f,g) (p)->DrawIndexedPrimitive(a,b,c,d,e,f,g)
1257 #define IDirect3DDevice3_SetClipStatus(p,a)                    (p)->SetClipStatus(a)
1258 #define IDirect3DDevice3_GetClipStatus(p,a)                    (p)->GetClipStatus(a)
1259 #define IDirect3DDevice3_DrawPrimitiveStrided(p,a,b,c,d,e)     (p)->DrawPrimitiveStrided(a,b,c,d,e)
1260 #define IDirect3DDevice3_DrawIndexedPrimitiveStrided(p,a,b,c,d,e,f,g) (p)->DrawIndexedPrimitiveStrided(a,b,c,d,e,f,g)
1261 #define IDirect3DDevice3_DrawPrimitiveVB(p,a,b,c,d,e)          (p)->DrawPrimitiveVB(a,b,c,d,e)
1262 #define IDirect3DDevice3_DrawIndexedPrimitiveVB(p,a,b,c,d,e)   (p)->DrawIndexedPrimitiveVB(a,b,c,d,e)
1263 #define IDirect3DDevice3_ComputeSphereVisibility(p,a,b,c,d,e)  (p)->ComputeSphereVisibility(a,b,c,d,e)
1264 #define IDirect3DDevice3_GetTexture(p,a,b)                     (p)->GetTexture(a,b)
1265 #define IDirect3DDevice3_SetTexture(p,a,b)                     (p)->SetTexture(a,b)
1266 #define IDirect3DDevice3_GetTextureStageState(p,a,b,c)         (p)->GetTextureStageState(a,b,c)
1267 #define IDirect3DDevice3_SetTextureStageState(p,a,b,c)         (p)->SetTextureStageState(a,b,c)
1268 #define IDirect3DDevice3_ValidateDevice(p,a)                   (p)->ValidateDevice(a)
1269 #endif
1270
1271 /*****************************************************************************
1272  * IDirect3DDevice7 interface
1273  */
1274 #define INTERFACE IDirect3DDevice7
1275 DECLARE_INTERFACE_(IDirect3DDevice7,IUnknown)
1276 {
1277     /*** IUnknown methods ***/
1278     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1279     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1280     STDMETHOD_(ULONG,Release)(THIS) PURE;
1281     /*** IDirect3DDevice7 methods ***/
1282     STDMETHOD(GetCaps)(THIS_ LPD3DDEVICEDESC7 lpD3DHELDevDesc) PURE;
1283     STDMETHOD(EnumTextureFormats)(THIS_ LPD3DENUMPIXELFORMATSCALLBACK lpD3DEnumPixelProc, LPVOID lpArg) PURE;
1284     STDMETHOD(BeginScene)(THIS) PURE;
1285     STDMETHOD(EndScene)(THIS) PURE;
1286     STDMETHOD(GetDirect3D)(THIS_ LPDIRECT3D7 *lplpDirect3D3) PURE;
1287     STDMETHOD(SetRenderTarget)(THIS_ LPDIRECTDRAWSURFACE7 lpNewRenderTarget,DWORD dwFlags) PURE;
1288     STDMETHOD(GetRenderTarget)(THIS_ LPDIRECTDRAWSURFACE7 *lplpRenderTarget) PURE;
1289     STDMETHOD(Clear)(THIS_ DWORD dwCount,LPD3DRECT lpRects,DWORD dwFlags,D3DCOLOR dwColor,D3DVALUE dvZ,DWORD dwStencil) PURE;
1290     STDMETHOD(SetTransform)(THIS_ D3DTRANSFORMSTATETYPE dtstTransformStateType, LPD3DMATRIX lpD3DMatrix) PURE;
1291     STDMETHOD(GetTransform)(THIS_ D3DTRANSFORMSTATETYPE dtstTransformStateType, LPD3DMATRIX lpD3DMatrix) PURE;
1292     STDMETHOD(SetViewport)(THIS_ LPD3DVIEWPORT7 lpData) PURE;
1293     STDMETHOD(MultiplyTransform)(THIS_ D3DTRANSFORMSTATETYPE dtstTransformStateType,LPD3DMATRIX lpD3DMatrix) PURE;
1294     STDMETHOD(GetViewport)(THIS_ LPD3DVIEWPORT7 lpData) PURE;
1295     STDMETHOD(SetMaterial)(THIS_ LPD3DMATERIAL7 lpMat) PURE;
1296     STDMETHOD(GetMaterial)(THIS_ LPD3DMATERIAL7 lpMat) PURE;
1297     STDMETHOD(SetLight)(THIS_ DWORD dwLightIndex,LPD3DLIGHT7 lpLight) PURE;
1298     STDMETHOD(GetLight)(THIS_ DWORD dwLightIndex,LPD3DLIGHT7 lpLight) PURE;
1299     STDMETHOD(SetRenderState)(THIS_ D3DRENDERSTATETYPE dwRenderStateType, DWORD dwRenderState) PURE;
1300     STDMETHOD(GetRenderState)(THIS_ D3DRENDERSTATETYPE dwRenderStateType, LPDWORD lpdwRenderState) PURE;
1301     STDMETHOD(BeginStateBlock)(THIS) PURE;
1302     STDMETHOD(EndStateBlock)(THIS_ LPDWORD lpdwBlockHandle) PURE;
1303     STDMETHOD(PreLoad)(THIS_ LPDIRECTDRAWSURFACE7 lpddsTexture) PURE;
1304     STDMETHOD(DrawPrimitive)(THIS_ D3DPRIMITIVETYPE d3dptPrimitiveType, DWORD d3dvtVertexType, LPVOID lpvVertices, DWORD dwVertexCount, DWORD dwFlags) PURE;
1305     STDMETHOD(DrawIndexedPrimitive)(THIS_ D3DPRIMITIVETYPE d3dptPrimitiveType, DWORD d3dvtVertexType, LPVOID lpvVertices, DWORD dwVertexCount, LPWORD dwIndices, DWORD dwIndexCount, DWORD dwFlags) PURE;
1306     STDMETHOD(SetClipStatus)(THIS_ LPD3DCLIPSTATUS lpD3DClipStatus) PURE;
1307     STDMETHOD(GetClipStatus)(THIS_ LPD3DCLIPSTATUS lpD3DClipStatus) PURE;
1308     STDMETHOD(DrawPrimitiveStrided)(THIS_ D3DPRIMITIVETYPE d3dptPrimitiveType,DWORD dwVertexType,LPD3DDRAWPRIMITIVESTRIDEDDATA lpD3DDrawPrimStrideData,DWORD dwVertexCount,DWORD dwFlags) PURE;
1309     STDMETHOD(DrawIndexedPrimitiveStrided)(THIS_ D3DPRIMITIVETYPE d3dptPrimitiveType,DWORD dwVertexType,LPD3DDRAWPRIMITIVESTRIDEDDATA lpD3DDrawPrimStrideData,DWORD dwVertexCount,LPWORD lpIndex,DWORD dwIndexCount,DWORD dwFlags) PURE;
1310     STDMETHOD(DrawPrimitiveVB)(THIS_ D3DPRIMITIVETYPE d3dptPrimitiveType,LPDIRECT3DVERTEXBUFFER7 lpD3DVertexBuf,DWORD dwStartVertex,DWORD dwNumVertices,DWORD dwFlags) PURE;
1311     STDMETHOD(DrawIndexedPrimitiveVB)(THIS_ D3DPRIMITIVETYPE d3dptPrimitiveType,LPDIRECT3DVERTEXBUFFER7 lpD3DVertexBuf,DWORD dwStartVertex,DWORD dwNumVertices,LPWORD lpwIndices,DWORD dwIndexCount,DWORD dwFlags) PURE;
1312     STDMETHOD(ComputeSphereVisibility)(THIS_ LPD3DVECTOR lpCenters,LPD3DVALUE lpRadii,DWORD dwNumSpheres,DWORD dwFlags,LPDWORD lpdwReturnValues) PURE;
1313     STDMETHOD(GetTexture)(THIS_ DWORD dwStage,LPDIRECTDRAWSURFACE7 *lpTexture) PURE;
1314     STDMETHOD(SetTexture)(THIS_ DWORD dwStage,LPDIRECTDRAWSURFACE7 lpTexture) PURE;
1315     STDMETHOD(GetTextureStageState)(THIS_ DWORD dwStage,D3DTEXTURESTAGESTATETYPE d3dTexStageStateType,LPDWORD lpdwState) PURE;
1316     STDMETHOD(SetTextureStageState)(THIS_ DWORD dwStage,D3DTEXTURESTAGESTATETYPE d3dTexStageStateType,DWORD dwState) PURE;
1317     STDMETHOD(ValidateDevice)(THIS_ LPDWORD lpdwPasses) PURE;
1318     STDMETHOD(ApplyStateBlock)(THIS_ DWORD dwBlockHandle) PURE;
1319     STDMETHOD(CaptureStateBlock)(THIS_ DWORD dwBlockHandle) PURE;
1320     STDMETHOD(DeleteStateBlock)(THIS_ DWORD dwBlockHandle) PURE;
1321     STDMETHOD(CreateStateBlock)(THIS_ D3DSTATEBLOCKTYPE d3dsbType,LPDWORD lpdwBlockHandle) PURE;
1322     STDMETHOD(Load)(THIS_ LPDIRECTDRAWSURFACE7 lpDestTex,LPPOINT lpDestPoint,LPDIRECTDRAWSURFACE7 lpSrcTex,LPRECT lprcSrcRect,DWORD dwFlags) PURE;
1323     STDMETHOD(LightEnable)(THIS_ DWORD dwLightIndex,BOOL bEnable) PURE;
1324     STDMETHOD(GetLightEnable)(THIS_ DWORD dwLightIndex,BOOL *pbEnable) PURE;
1325     STDMETHOD(SetClipPlane)(THIS_ DWORD dwIndex,D3DVALUE *pPlaneEquation) PURE;
1326     STDMETHOD(GetClipPlane)(THIS_ DWORD dwIndex,D3DVALUE *pPlaneEquation) PURE;
1327     STDMETHOD(GetInfo)(THIS_ DWORD dwDevInfoID,LPVOID pDevInfoStruct,DWORD dwSize) PURE;
1328 };
1329 #undef INTERFACE
1330
1331 #if !defined(__cplusplus) || defined(CINTERFACE)
1332 /*** IUnknown methods ***/
1333 #define IDirect3DDevice7_QueryInterface(p,a,b)                        (p)->lpVtbl->QueryInterface(p,a,b)
1334 #define IDirect3DDevice7_AddRef(p)                                    (p)->lpVtbl->AddRef(p)
1335 #define IDirect3DDevice7_Release(p)                                   (p)->lpVtbl->Release(p)
1336 /*** IDirect3DDevice7 methods ***/
1337 #define IDirect3DDevice7_GetCaps(p,a)                                 (p)->lpVtbl->GetCaps(p,a)
1338 #define IDirect3DDevice7_EnumTextureFormats(p,a,b)                    (p)->lpVtbl->EnumTextureFormats(p,a,b)
1339 #define IDirect3DDevice7_BeginScene(p)                                (p)->lpVtbl->BeginScene(p)
1340 #define IDirect3DDevice7_EndScene(p)                                  (p)->lpVtbl->EndScene(p)
1341 #define IDirect3DDevice7_GetDirect3D(p,a)                             (p)->lpVtbl->GetDirect3D(p,a)
1342 #define IDirect3DDevice7_SetRenderTarget(p,a,b)                       (p)->lpVtbl->SetRenderTarget(p,a,b)
1343 #define IDirect3DDevice7_GetRenderTarget(p,a)                         (p)->lpVtbl->GetRenderTarget(p,a)
1344 #define IDirect3DDevice7_Clear(p,a,b,c,d,e,f)                         (p)->lpVtbl->Clear(p,a,b,c,d,e,f)
1345 #define IDirect3DDevice7_SetTransform(p,a,b)                          (p)->lpVtbl->SetTransform(p,a,b)
1346 #define IDirect3DDevice7_GetTransform(p,a,b)                          (p)->lpVtbl->GetTransform(p,a,b)
1347 #define IDirect3DDevice7_SetViewport(p,a)                             (p)->lpVtbl->SetViewport(p,a)
1348 #define IDirect3DDevice7_MultiplyTransform(p,a,b)                     (p)->lpVtbl->MultiplyTransform(p,a,b)
1349 #define IDirect3DDevice7_GetViewport(p,a)                             (p)->lpVtbl->GetViewport(p,a)
1350 #define IDirect3DDevice7_SetMaterial(p,a)                             (p)->lpVtbl->SetMaterial(p,a)
1351 #define IDirect3DDevice7_GetMaterial(p,a)                             (p)->lpVtbl->GetMaterial(p,a)
1352 #define IDirect3DDevice7_SetLight(p,a,b)                              (p)->lpVtbl->SetLight(p,a,b)
1353 #define IDirect3DDevice7_GetLight(p,a,b)                              (p)->lpVtbl->GetLight(p,a,b)
1354 #define IDirect3DDevice7_SetRenderState(p,a,b)                        (p)->lpVtbl->SetRenderState(p,a,b)
1355 #define IDirect3DDevice7_GetRenderState(p,a,b)                        (p)->lpVtbl->GetRenderState(p,a,b)
1356 #define IDirect3DDevice7_BeginStateBlock(p)                           (p)->lpVtbl->BeginStateBlock(p)
1357 #define IDirect3DDevice7_EndStateBlock(p,a)                           (p)->lpVtbl->EndStateBlock(p,a)
1358 #define IDirect3DDevice7_PreLoad(p,a)                                 (p)->lpVtbl->PreLoad(p,a)
1359 #define IDirect3DDevice7_DrawPrimitive(p,a,b,c,d,e)                   (p)->lpVtbl->DrawPrimitive(p,a,b,c,d,e)
1360 #define IDirect3DDevice7_DrawIndexedPrimitive(p,a,b,c,d,e,f,g)        (p)->lpVtbl->DrawIndexedPrimitive(p,a,b,c,d,e,f,g)
1361 #define IDirect3DDevice7_SetClipStatus(p,a)                           (p)->lpVtbl->SetClipStatus(p,a)
1362 #define IDirect3DDevice7_GetClipStatus(p,a)                           (p)->lpVtbl->GetClipStatus(p,a)
1363 #define IDirect3DDevice7_DrawPrimitiveStrided(p,a,b,c,d,e)            (p)->lpVtbl->DrawPrimitiveStrided(p,a,b,c,d,e)
1364 #define IDirect3DDevice7_DrawIndexedPrimitiveStrided(p,a,b,c,d,e,f,g) (p)->lpVtbl->DrawIndexedPrimitiveStrided(p,a,b,c,d,e,f,g)
1365 #define IDirect3DDevice7_DrawPrimitiveVB(p,a,b,c,d,e)                 (p)->lpVtbl->DrawPrimitiveVB(p,a,b,c,d,e)
1366 #define IDirect3DDevice7_DrawIndexedPrimitiveVB(p,a,b,c,d,e,f,g)      (p)->lpVtbl->DrawIndexedPrimitiveVB(p,a,b,c,d,e,f,g)
1367 #define IDirect3DDevice7_ComputeSphereVisibility(p,a,b,c,d,e)         (p)->lpVtbl->ComputeSphereVisibility(p,a,b,c,d,e)
1368 #define IDirect3DDevice7_GetTexture(p,a,b)                            (p)->lpVtbl->GetTexture(p,a,b)
1369 #define IDirect3DDevice7_SetTexture(p,a,b)                            (p)->lpVtbl->SetTexture(p,a,b)
1370 #define IDirect3DDevice7_GetTextureStageState(p,a,b,c)                (p)->lpVtbl->GetTextureStageState(p,a,b,c)
1371 #define IDirect3DDevice7_SetTextureStageState(p,a,b,c)                (p)->lpVtbl->SetTextureStageState(p,a,b,c)
1372 #define IDirect3DDevice7_ValidateDevice(p,a)                          (p)->lpVtbl->ValidateDevice(p,a)
1373 #define IDirect3DDevice7_ApplyStateBlock(p,a)                         (p)->lpVtbl->ApplyStateBlock(p,a)
1374 #define IDirect3DDevice7_CaptureStateBlock(p,a)                       (p)->lpVtbl->CaptureStateBlock(p,a)
1375 #define IDirect3DDevice7_DeleteStateBlock(p,a)                        (p)->lpVtbl->DeleteStateBlock(p,a)
1376 #define IDirect3DDevice7_CreateStateBlock(p,a,b)                      (p)->lpVtbl->CreateStateBlock(p,a,b)
1377 #define IDirect3DDevice7_Load(p,a,b,c,d,e)                            (p)->lpVtbl->Load(p,a,b,c,d,e)
1378 #define IDirect3DDevice7_LightEnable(p,a,b)                           (p)->lpVtbl->LightEnable(p,a,b)
1379 #define IDirect3DDevice7_GetLightEnable(p,a,b)                        (p)->lpVtbl->GetLightEnable(p,a,b)
1380 #define IDirect3DDevice7_SetClipPlane(p,a,b)                          (p)->lpVtbl->SetClipPlane(p,a,b)
1381 #define IDirect3DDevice7_GetClipPlane(p,a,b)                          (p)->lpVtbl->GetClipPlane(p,a,b)
1382 #define IDirect3DDevice7_GetInfo(p,a,b,c)                             (p)->lpVtbl->GetInfo(p,a,b,c)
1383 #else
1384 /*** IUnknown methods ***/
1385 #define IDirect3DDevice7_QueryInterface(p,a,b)                        (p)->QueryInterface(a,b)
1386 #define IDirect3DDevice7_AddRef(p)                                    (p)->AddRef()
1387 #define IDirect3DDevice7_Release(p)                                   (p)->Release()
1388 /*** IDirect3DDevice7 methods ***/
1389 #define IDirect3DDevice7_GetCaps(p,a)                                 (p)->GetCaps(a)
1390 #define IDirect3DDevice7_EnumTextureFormats(p,a,b)                    (p)->EnumTextureFormats(a,b)
1391 #define IDirect3DDevice7_BeginScene(p)                                (p)->BeginScene()
1392 #define IDirect3DDevice7_EndScene(p)                                  (p)->EndScene()
1393 #define IDirect3DDevice7_GetDirect3D(p,a)                             (p)->GetDirect3D(a)
1394 #define IDirect3DDevice7_SetRenderTarget(p,a,b)                       (p)->SetRenderTarget(a,b)
1395 #define IDirect3DDevice7_GetRenderTarget(p,a)                         (p)->GetRenderTarget(a)
1396 #define IDirect3DDevice7_Clear(p,a,b,c,d,e,f)                         (p)->Clear(a,b,c,d,e,f)
1397 #define IDirect3DDevice7_SetTransform(p,a,b)                          (p)->SetTransform(a,b)
1398 #define IDirect3DDevice7_GetTransform(p,a,b)                          (p)->GetTransform(a,b)
1399 #define IDirect3DDevice7_SetViewport(p,a)                             (p)->SetViewport(a)
1400 #define IDirect3DDevice7_MultiplyTransform(p,a,b)                     (p)->MultiplyTransform(a,b)
1401 #define IDirect3DDevice7_GetViewport(p,a)                             (p)->GetViewport(a)
1402 #define IDirect3DDevice7_SetMaterial(p,a)                             (p)->SetMaterial(a)
1403 #define IDirect3DDevice7_GetMaterial(p,a)                             (p)->GetMaterial(a)
1404 #define IDirect3DDevice7_SetLight(p,a,b)                              (p)->SetLight(a,b)
1405 #define IDirect3DDevice7_GetLight(p,a,b)                              (p)->GetLight(a,b)
1406 #define IDirect3DDevice7_SetRenderState(p,a,b)                        (p)->SetRenderState(a,b)
1407 #define IDirect3DDevice7_GetRenderState(p,a,b)                        (p)->GetRenderState(a,b)
1408 #define IDirect3DDevice7_BeginStateBlock(p)                           (p)->BeginStateBlock()
1409 #define IDirect3DDevice7_EndStateBlock(p,a)                           (p)->EndStateBlock(a)
1410 #define IDirect3DDevice7_PreLoad(p,a)                                 (p)->PreLoad(a)
1411 #define IDirect3DDevice7_DrawPrimitive(p,a,b,c,d,e)                   (p)->DrawPrimitive(a,b,c,d,e)
1412 #define IDirect3DDevice7_DrawIndexedPrimitive(p,a,b,c,d,e,f,g)        (p)->DrawIndexedPrimitive(a,b,c,d,e,f,g)
1413 #define IDirect3DDevice7_SetClipStatus(p,a)                           (p)->SetClipStatus(a)
1414 #define IDirect3DDevice7_GetClipStatus(p,a)                           (p)->GetClipStatus(a)
1415 #define IDirect3DDevice7_DrawPrimitiveStrided(p,a,b,c,d,e)            (p)->DrawPrimitiveStrided(a,b,c,d,e)
1416 #define IDirect3DDevice7_DrawIndexedPrimitiveStrided(p,a,b,c,d,e,f,g) (p)->DrawIndexedPrimitiveStrided(a,b,c,d,e,f,g)
1417 #define IDirect3DDevice7_DrawPrimitiveVB(p,a,b,c,d,e)                 (p)->DrawPrimitiveVB(a,b,c,d,e)
1418 #define IDirect3DDevice7_DrawIndexedPrimitiveVB(p,a,b,c,d,e,f,g)      (p)->DrawIndexedPrimitiveVB(a,b,c,d,e,f,g)
1419 #define IDirect3DDevice7_ComputeSphereVisibility(p,a,b,c,d,e)         (p)->ComputeSphereVisibility(a,b,c,d,e)
1420 #define IDirect3DDevice7_GetTexture(p,a,b)                            (p)->GetTexture(a,b)
1421 #define IDirect3DDevice7_SetTexture(p,a,b)                            (p)->SetTexture(a,b)
1422 #define IDirect3DDevice7_GetTextureStageState(p,a,b,c)                (p)->GetTextureStageState(a,b,c)
1423 #define IDirect3DDevice7_SetTextureStageState(p,a,b,c)                (p)->SetTextureStageState(a,b,c)
1424 #define IDirect3DDevice7_ValidateDevice(p,a)                          (p)->ValidateDevice(a)
1425 #define IDirect3DDevice7_ApplyStateBlock(p,a)                         (p)->ApplyStateBlock(a)
1426 #define IDirect3DDevice7_CaptureStateBlock(p,a)                       (p)->CaptureStateBlock(a)
1427 #define IDirect3DDevice7_DeleteStateBlock(p,a)                        (p)->DeleteStateBlock(a)
1428 #define IDirect3DDevice7_CreateStateBlock(p,a,b)                      (p)->CreateStateBlock(a,b)
1429 #define IDirect3DDevice7_Load(p,a,b,c,d,e)                            (p)->Load(a,b,c,d,e)
1430 #define IDirect3DDevice7_LightEnable(p,a,b)                           (p)->LightEnable(a,b)
1431 #define IDirect3DDevice7_GetLightEnable(p,a,b)                        (p)->GetLightEnable(a,b)
1432 #define IDirect3DDevice7_SetClipPlane(p,a,b)                          (p)->SetClipPlane(a,b)
1433 #define IDirect3DDevice7_GetClipPlane(p,a,b)                          (p)->GetClipPlane(a,b)
1434 #define IDirect3DDevice7_GetInfo(p,a,b,c)                             (p)->GetInfo(a,b,c)
1435 #endif
1436
1437
1438
1439 /*****************************************************************************
1440  * IDirect3DVertexBuffer interface
1441  */
1442 #define INTERFACE IDirect3DVertexBuffer
1443 DECLARE_INTERFACE_(IDirect3DVertexBuffer,IUnknown)
1444 {
1445     /*** IUnknown methods ***/
1446     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1447     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1448     STDMETHOD_(ULONG,Release)(THIS) PURE;
1449     /*** IDirect3DVertexBuffer methods ***/
1450     STDMETHOD(Lock)(THIS_ DWORD dwFlags,LPVOID *lplpData,LPDWORD lpdwSize) PURE;
1451     STDMETHOD(Unlock)(THIS) PURE;
1452     STDMETHOD(ProcessVertices)(THIS_ DWORD dwVertexOp,DWORD dwDestIndex,DWORD dwCount,LPDIRECT3DVERTEXBUFFER lpSrcBuffer,DWORD dwSrcIndex,LPDIRECT3DDEVICE3 lpD3DDevice,DWORD dwFlags) PURE;
1453     STDMETHOD(GetVertexBufferDesc)(THIS_ LPD3DVERTEXBUFFERDESC lpD3DVertexBufferDesc) PURE;
1454     STDMETHOD(Optimize)(THIS_ LPDIRECT3DDEVICE3  lpD3DDevice,DWORD dwFlags) PURE;
1455 };
1456 #undef INTERFACE
1457
1458 #if !defined(__cplusplus) || defined(CINTERFACE)
1459 /*** IUnknown methods ***/
1460 #define IDirect3DVertexBuffer_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
1461 #define IDirect3DVertexBuffer_AddRef(p)             (p)->lpVtbl->AddRef(p)
1462 #define IDirect3DVertexBuffer_Release(p)            (p)->lpVtbl->Release(p)
1463 /*** IDirect3DVertexBuffer methods ***/
1464 #define IDirect3DVertexBuffer_Lock(p,a,b,c)                    (p)->lpVtbl->Lock(p,a,b,c)
1465 #define IDirect3DVertexBuffer_Unlock(p)                        (p)->lpVtbl->Unlock(p)
1466 #define IDirect3DVertexBuffer_ProcessVertices(p,a,b,c,d,e,f,g) (p)->lpVtbl->ProcessVertices(p,a,b,c,d,e,f,g)
1467 #define IDirect3DVertexBuffer_GetVertexBufferDesc(p,a)         (p)->lpVtbl->GetVertexBufferDesc(p,a)
1468 #define IDirect3DVertexBuffer_Optimize(p,a,b)                  (p)->lpVtbl->Optimize(p,a,b)
1469 #else
1470 /*** IUnknown methods ***/
1471 #define IDirect3DVertexBuffer_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
1472 #define IDirect3DVertexBuffer_AddRef(p)             (p)->AddRef()
1473 #define IDirect3DVertexBuffer_Release(p)            (p)->Release()
1474 /*** IDirect3DVertexBuffer methods ***/
1475 #define IDirect3DVertexBuffer_Lock(p,a,b,c)                    (p)->Lock(a,b,c)
1476 #define IDirect3DVertexBuffer_Unlock(p)                        (p)->Unlock()
1477 #define IDirect3DVertexBuffer_ProcessVertices(p,a,b,c,d,e,f,g) (p)->ProcessVertices(a,b,c,d,e,f,g)
1478 #define IDirect3DVertexBuffer_GetVertexBufferDesc(p,a)         (p)->GetVertexBufferDesc(a)
1479 #define IDirect3DVertexBuffer_Optimize(p,a,b)                  (p)->Optimize(a,b)
1480 #endif
1481
1482 /*****************************************************************************
1483  * IDirect3DVertexBuffer7 interface
1484  */
1485 #define INTERFACE IDirect3DVertexBuffer7
1486 DECLARE_INTERFACE_(IDirect3DVertexBuffer7,IUnknown)
1487 {
1488     /*** IUnknown methods ***/
1489     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1490     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1491     STDMETHOD_(ULONG,Release)(THIS) PURE;
1492     /*** IDirect3DVertexBuffer7 methods ***/
1493     STDMETHOD(Lock)(THIS_ DWORD dwFlags,LPVOID *lplpData,LPDWORD lpdwSize) PURE;
1494     STDMETHOD(Unlock)(THIS) PURE;
1495     STDMETHOD(ProcessVertices)(THIS_ DWORD dwVertexOp,DWORD dwDestIndex,DWORD dwCount,LPDIRECT3DVERTEXBUFFER7 lpSrcBuffer,DWORD dwSrcIndex,LPDIRECT3DDEVICE7 lpD3DDevice,DWORD dwFlags) PURE;
1496     STDMETHOD(GetVertexBufferDesc)(THIS_ LPD3DVERTEXBUFFERDESC lpD3DVertexBufferDesc) PURE;
1497     STDMETHOD(Optimize)(THIS_ LPDIRECT3DDEVICE7  lpD3DDevice,DWORD dwFlags) PURE;
1498     STDMETHOD(ProcessVerticesStrided)(THIS_ DWORD dwVertexOp,DWORD dwDestIndex,DWORD dwCount,LPD3DDRAWPRIMITIVESTRIDEDDATA lpStrideData,DWORD dwVertexTypeDesc,LPDIRECT3DDEVICE7 lpD3DDevice,DWORD dwFlags) PURE;
1499 };
1500 #undef INTERFACE
1501
1502 #if !defined(__cplusplus) || defined(CINTERFACE)
1503 /*** IUnknown methods ***/
1504 #define IDirect3DVertexBuffer7_QueryInterface(p,a,b)                   (p)->lpVtbl->QueryInterface(p,a,b)
1505 #define IDirect3DVertexBuffer7_AddRef(p)                               (p)->lpVtbl->AddRef(p)
1506 #define IDirect3DVertexBuffer7_Release(p)                              (p)->lpVtbl->Release(p)
1507 /*** IDirect3DVertexBuffer7 methods ***/
1508 #define IDirect3DVertexBuffer7_Lock(p,a,b,c)                           (p)->lpVtbl->Lock(p,a,b,c)
1509 #define IDirect3DVertexBuffer7_Unlock(p)                               (p)->lpVtbl->Unlock(p)
1510 #define IDirect3DVertexBuffer7_ProcessVertices(p,a,b,c,d,e,f,g)        (p)->lpVtbl->ProcessVertices(p,a,b,c,d,e,f,g)
1511 #define IDirect3DVertexBuffer7_GetVertexBufferDesc(p,a)                (p)->lpVtbl->GetVertexBufferDesc(p,a)
1512 #define IDirect3DVertexBuffer7_Optimize(p,a,b)                         (p)->lpVtbl->Optimize(p,a,b)
1513 #define IDirect3DVertexBuffer7_ProcessVerticesStrided(p,a,b,c,d,e,f,g) (p)->lpVtbl->ProcessVerticesStrided(p,a,b,c,d,e,f,g)
1514 #else
1515 /*** IUnknown methods ***/
1516 #define IDirect3DVertexBuffer7_QueryInterface(p,a,b)                   (p)->QueryInterface(a,b)
1517 #define IDirect3DVertexBuffer7_AddRef(p)                               (p)->AddRef()
1518 #define IDirect3DVertexBuffer7_Release(p)                              (p)->Release()
1519 /*** IDirect3DVertexBuffer7 methods ***/
1520 #define IDirect3DVertexBuffer7_Lock(p,a,b,c)                           (p)->Lock(a,b,c)
1521 #define IDirect3DVertexBuffer7_Unlock(p)                               (p)->Unlock()
1522 #define IDirect3DVertexBuffer7_ProcessVertices(p,a,b,c,d,e,f,g)        (p)->ProcessVertices(a,b,c,d,e,f,g)
1523 #define IDirect3DVertexBuffer7_GetVertexBufferDesc(p,a)                (p)->GetVertexBufferDesc(a)
1524 #define IDirect3DVertexBuffer7_Optimize(p,a,b)                         (p)->Optimize(a,b)
1525 #define IDirect3DVertexBuffer7_ProcessVerticesStrided(p,a,b,c,d,e,f,g) (p)->ProcessVerticesStrided(a,b,c,d,e,f,g)
1526 #endif
1527
1528 #endif /* __WINE_D3D_H */