Compartir a través de


DDGPE::GetPhysicalModeId (Windows CE 5.0)

Send Feedback

In some cases, it might be necessary to separate two or more display surfaces. If one GDI surface is differentiated from another display surface, the current GDI mode does not necessarily identify the current physical, or actual, mode of the display. The GetPhysicalModeId, along with the m_dwPhysicalModeID member variable, allows the driver to maintain this mode information.

virtual DWORD GetPhysicalModeId(void);

Parameters

None.

Return Values

This method returns the current mode of the display. If the current primary surface is not the GDI surface, this physical mode might differ from GDI's current mode index.

Requirements

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddgpe.h.
Link Library: Ddgpe.lib.

See Also

m_dwPhysicalModeID | DDGPE Class | DDGPE Class Definition

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.