LPDDHALSURFCB_FLIP (Windows Embedded CE 6.0)
1/6/2010
This callback function swaps the surface memory of the back buffer with the surface memory of the front buffer.
Syntax
DWORD (* LPDDHALSURFCB_FLIP)(
LPDDHAL_FLIPDATA lpfd
);
Parameters
- lpfd
[in, out] Pointer to a DDHAL_FLIPDATA structure that the driver uses to perform a flip.
Return Value
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
Header | ddrawi.h |
Library | Developer Implemented |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Reference
Concepts
DirectDrawSurface Callback Functions
DDHAL Callback Return Values
DDHAL Callback Return Values