Compartir a través de


DDGPE::SetVisibleSurface (Windows CE 5.0)

Send Feedback

This method causes an existing GPE surface to flip to the display. If the bWaitForVBlank parameter is TRUE, the method waits until the vertical blank has begun, then it flips the specified surface to the screen.

virtual void SetVisibleSurface(GPESurf* pSurf,BOOLbWaitForVBlank= FALSE);virtual void SetVisibleSurface(GPESurf* pSurf,DWORDdwData,BOOLbWaitForVBlank= FALSE );

Parameters

  • pSurf
    A pointer to the surface that will be displayed.
  • dwData
    A placeholder for extra information into the driver.
  • bWaitForVBlank
    Indicates whether the flip should wait to synchronize with a vertical blank.

Return Values

None.

Remarks

You should override this method in your driver to enable surface flipping for your hardware. dwData can be used if you must pass more information to perform the flip.

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

DDGPE Class | DDGPE Class Definition

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.