ReactOS 0.4.16-dev-125-g798ea90
|
#include "d3d9_haldevice.h"
Go to the source code of this file.
Functions | |
HRESULT | CreateD3D9HalDevice (LPDIRECT3D9_INT pDirect3D9, UINT Adapter, HWND hFocusWindow, DWORD BehaviourFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, DWORD NumAdaptersToCreate, struct IDirect3DDevice9 **ppReturnedDeviceInterface) |
HRESULT CreateD3D9HalDevice | ( | LPDIRECT3D9_INT | pDirect3D9, |
UINT | Adapter, | ||
HWND | hFocusWindow, | ||
DWORD | BehaviourFlags, | ||
D3DPRESENT_PARAMETERS * | pPresentationParameters, | ||
DWORD | NumAdaptersToCreate, | ||
struct IDirect3DDevice9 ** | ppReturnedDeviceInterface | ||
) |
Definition at line 95 of file device.c.
Referenced by IDirect3D9Impl_CreateDevice().