IDirect3DMobile::GetAdapterModeCount (Windows CE 5.0)

Send Feedback

This method returns the number of display modes supported by a specified device.

UINT GetAdapterModeCount(  UINT Adapter);

Parameters

  • Adapter
    [in] A UINT value, the adapter ordinal, that indicates which device to provide information for. For possible values, see D3DMADAPTER Values.

Return Values

This method returns a UINT value representing the number of display modes for the specified device.

Remarks

Windows CE supports a single display resolution for a platform therefore this method will always returns 1.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: D3dm.h.
Link Library: D3dm.lib, D3dmguid.lib.

See Also

IDirect3DMobile | D3DMADAPTER Values

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.