Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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