LPDDHALSURFCB_GETFLIPSTATUS (Compact 2013)
3/26/2014
This callback function indicates whether the surface has finished flipping.
Syntax
DWORD (* LPDDHALSURFCB_GETFLIPSTATUS)(
LPDDHAL_GETFLIPSTATUSDATA lpgfsd
);
Parameters
- lpgfsd
[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 Value
Returns one of the following values:
- DDHAL_DRIVER_HANDLED
The request was handled although a specific action may not have been taken.
- DDHAL_DRIVER_NOTHANDLED
The request was not handled or processed in any way.
Note
For a complete list of the DDHAL callback return values, see DDHAL Callback Return Values.
Requirements
Header |
ddrawi.h |
Library |
Developer Implemented |
See Also
Reference
DirectDrawSurface Callback Functions
DDHAL_GETFLIPSTATUSDATA
DDHAL Callback Return Values