IDirect3DMobile::GetAdapterDisplayMode (Windows CE 5.0)
This method provides information for the current display mode for a specified device.
HRESULT GetAdapterDisplayMode( UINT Adapter, D3DMDISPLAYMODE* pMode);
Parameters
- Adapter
[in] A value that indicates which device to provide information for. For possible values, see D3DMADAPTER Values. - pMode
[out] A pointer to a D3DMDISPLAYMODE structure that contains information about specified display mode.
Return Values
If successful, this method returns D3DM_OK.
This method may return one of the following error values if it fails:
- D3DMERR_INVALIDCALL
- D3DMERR_INVALIDDEVICE
- D3DMERR_DRIVERINVALIDCALL
For more information, see D3DMERR Values.
Remarks
Calling this method is equivalent to calling IDirect3DMobile::EnumAdapterModes and passing the number of the current display mode in the Mode parameter.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: D3dm.h.
Link Library: D3dm.lib, D3dmguid.lib.
See Also
IDirect3DMobile | D3DMADAPTER Values | D3DMDISPLAYMODE | IDirect3DMobile::EnumAdapterModes
Send Feedback on this topic to the authors