GetFlipStatus (Windows CE 5.0)
This callback function indicates whether the surface has finished flipping.
DWORD GetFlipStatus(LPDDHAL_GETFLIPSTATUSDATApgfsd);
Parameters
- pgfsd
[in, out] Pointer to a DDHAL_GETFLIPSTATUSDATA structure that the driver uses to determine whether a previous flip has finished so that the current flip can proceed.
Return Values
Returns one of the following values:
Remarks
An example implementation of this callback function, GetFlipStatus32, 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_GETFLIPSTATUSDATA | DDHAL_DRIVER_HANDLED | DDHAL_DRIVER_NOTHANDLED
Send Feedback on this topic to the authors