DDHAL_GETFLIPSTATUSDATA (Compact 2013)
3/26/2014
This structure returns the flip status information. This structure passes the information to the DirectDraw hardware abstraction layer (DDHAL) LPDDHALSURFCB_GETFLIPSTATUS callback function.
Syntax
typedef struct _DDHAL_GETFLIPSTATUSDATA {
LPDDRAWI_DIRECTDRAW_GBL lpDD;
LPDDRAWI_DDRAWSURFACE_LCL lpDDSurface;
DWORD dwFlags;
HRESULT ddRVal;
} 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.
Requirements
Header |
ddrawi.h |
See Also
Reference
DirectDrawSurface Structures
LPDDHALSURFCB_GETFLIPSTATUS
DDRAWI_DIRECTDRAW_GBL
DDRAWI_DDRAWSURFACE_LCL