Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygend3d9_create.h
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: See COPYING in the top level directory 00003 * PROJECT: ReactOS ReactX 00004 * FILE: dll/directx/d3d9/d3d9_create.h 00005 * PURPOSE: d3d9.dll internal create functions and data 00006 * PROGRAMERS: Gregor Brunmar <gregor (dot) brunmar (at) home (dot) se> 00007 */ 00008 #ifndef _D3D9_CREATE_H_ 00009 #define _D3D9_CREATE_H_ 00010 00011 #include <windows.h> 00012 #include <d3d9types.h> 00013 #include "d3d9_private.h" 00014 00015 /* Creates a Direct3D9 object */ 00016 HRESULT CreateD3D9(OUT LPDIRECT3D9 *ppDirect3D9, UINT SDKVersion); 00017 00018 BOOL CreateD3D9DeviceData(IN LPDIRECT3D9_DISPLAYADAPTER pDisplayAdapter, IN LPD3D9_DEVICEDATA pDeviceData); 00019 VOID DestroyD3D9DeviceData(IN LPD3D9_DEVICEDATA pDeviceData); 00020 00021 #endif // _D3D9_CREATE_H_ Generated on Sun May 27 2012 04:21:13 for ReactOS by
1.7.6.1
|