typedef struct _DD_GETFLIPSTATUSDATA{
PDD_DIRECTDRAW_GLOBAL lpDD;
PDD_SURFACE_LOCAL lpDDSurface;
DWORD dwFlags;
HRESULT ddRVal;
VOID * GetFlipStatus;
} DD_GETFLIPSTATUSDATA;
The DD_GETFLIPSTATUSDATA structure is passed to the DirectDraw hardware interface’s GetFlipStatus surface object callback.
|
Value |
Meaning |
|
DDGFS_CANFLIP |
Driver should determine whether it can perform a flip at this time. |
|
DDGFS_ISFLIPDONE |
Driver should determine whether an initiated flip has completed. |