DDHAL_GETFLIPSTATUSDATA (Windows CE 5.0)
This structure returns the flip status information. This structure passes the information to the DirectDraw hardware abstraction layer (DDHAL) GetFlipStatus callback function.
typedef struct _DDHAL_GETFLIPSTATUSDATA {LPDDRAWI_DIRECTDRAW_GBLlpDD;LPDDRAWI_DDRAWSURFACE_LCLlpDDSurface;DWORDdwFlags;HRESULTddRVal;LPDDHALSURFCB_GETFLIPSTATUSGetFlipStatus;} DDHAL_GETFLIPSTATUSDATA;
Members
lpDD**
Pointer to the DDRAWI_DIRECTDRAW_GBL structure that represents the DirectDraw object.lpDDSurface**
Pointer to the DDRAWI_DDRAWSURFACE_LCL structure that represents the DirectDrawSurface object.dwFlags
Flip status flags.The following table shows the possible flags.
Flag Description DDGBS_CANFLIP Queries whether a flip is currently permitted. DDGBS_ISFLIPDONE Queries if the last flip has finished. ddRVal**
Passes the DirectDraw return values.GetFlipStatus**
This member is used by DirectDraw and should not be filled in by the driver.
Requirements
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddrawi.h.
See Also
GetFlipStatus | DDRAWI_DIRECTDRAW_GBL | DDRAWI_DDRAWSURFACE_LCL | DirectDrawSurface Structures
Send Feedback on this topic to the authors