DDHAL_FLIPTOGDISURFACEDATA (Windows CE 5.0)
This structure contains information necessary to make the surface to which the GDI writes the primary surface. This structure passes the information to the DirectDraw hardware abstraction layer (DDHAL) FlipToGDISurface callback function.
typedef struct _DDHAL_FLIPTOGDISURFACEDATA {LPDDRAWI_DIRECTDRAW_GBLlpDD;DWORDdwToGDI;DWORD dwReserved;HRESULTddRVal;LPDDHAL_FLIPTOGDISURFACEFlipToGDISurface;} DDHAL_FLIPTOGDISURFACEDATA;
Members
- lpDD**
Pointer to the DDRAWI_DIRECTDRAW_GBL structure that represents the DirectDraw object. - dwToGDI**
Set to TRUE to flip to the GDI surface, or FALSE to flip away from the GDI surface. - dwReserved**
Reserved for future use. - ddRVal**
Passes the DirectDraw return values. - FlipToGDISurface**
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
FlipToGDISurface | DDRAWI_DIRECTDRAW_GBL | DirectDraw Structures
Send Feedback on this topic to the authors