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