FlipVideoPort (Windows CE 5.0)

Send Feedback

This callback function performs the physical flip, causing the video port to start writing data to the new surface. This does not affect the actual display of this data. This callback function is required.

DWORD FlipVideoPort(LPDDHAL_FLIPVPORTDATApfvpd);

Parameters

  • pfvpd
    [in, out] Pointer to a DDHAL_FLIPVPORTDATA structure that contains the information required for the driver to perform the flip.

Return Values

Returns one of the following values:

Requirements

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddrawi.h.
Link Library: Developer implemented.

See Also

Video Port Extension Callback Functions | DDHAL_FLIPVPORTDATA | DDHAL_DRIVER_HANDLED | DDHAL_DRIVER_NOTHANDLED

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.