Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenadapter.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/adapter.h 00005 * PURPOSE: d3d9.dll adapter info functions 00006 * PROGRAMERS: Gregor Brunmar <gregor (dot) brunmar (at) home (dot) se> 00007 */ 00008 00009 #ifndef _ADAPTER_H_ 00010 #define _ADAPTER_H_ 00011 00012 BOOL GetAdapterInfo(LPCSTR lpszDeviceName, D3DADAPTER_IDENTIFIER9* pIdentifier); 00013 00014 BOOL GetAdapterMode(LPCSTR lpszDeviceName, D3DDISPLAYMODE* pMode); 00015 00016 HRESULT GetAdapterCaps(const LPDIRECT3D9_DISPLAYADAPTER pDisplayAdapter, D3DDEVTYPE DeviceType, D3DCAPS9* pDstCaps); 00017 00018 HMONITOR GetAdapterMonitor(LPCSTR lpszDeviceName); 00019 00020 UINT GetDisplayFormatCount(D3DFORMAT Format, const D3DDISPLAYMODE* pSupportedDisplayModes, UINT NumDisplayModes); 00021 const D3DDISPLAYMODE* FindDisplayFormat(D3DFORMAT Format, UINT ModeIndex, const D3DDISPLAYMODE* pSupportedDisplayModes, UINT NumDisplayModes); 00022 00023 #endif Generated on Sat May 26 2012 04:19:50 for ReactOS by
1.7.6.1
|