Flip (Windows CE 5.0)
This callback function swaps the surface memory of the back buffer with the surface memory of the front buffer.
DWORD Flip(LPDDHAL_FLIPDATApfd);
Parameters
- pfd
[in, out] Pointer to a DDHAL_FLIPDATA structure that the driver uses to perform a flip.
Return Values
Returns one of the following values:
Remarks
An example implementation of this callback function, Flip32, can be found in the IGS sample driver source code.
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
DirectDrawSurface Callback Functions | DDHAL_FLIPDATA | DDHAL_DRIVER_HANDLED | DDHAL_DRIVER_NOTHANDLED
Send Feedback on this topic to the authors