ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

device.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/device.h
00005  * PURPOSE:         Direct3D9's device creation
00006  * PROGRAMERS:      Gregor Gullwi <gbrunmar (dot) ros (at) gmail (dot) com>
00007  */
00008 
00009 #ifndef _DEVICE_H_
00010 #define _DEVICE_H_
00011 
00012 #include "d3d9_haldevice.h"
00013 
00014 HRESULT CreateD3D9HalDevice(LPDIRECT3D9_INT pDirect3D9, UINT Adapter,
00015                             HWND hFocusWindow, DWORD BehaviourFlags,
00016                             D3DPRESENT_PARAMETERS* pPresentationParameters,
00017                             DWORD NumAdaptersToCreate,
00018                             struct IDirect3DDevice9** ppReturnedDeviceInterface);
00019 
00020 #endif // _DEVICE_H_

Generated on Sat May 26 2012 04:19:57 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.