| Platform SDK: DirectX | 
The CONST_DDGFSFLAGS enumeration is used by the flags parameter of the DirectDrawSurface7.GetFlipStatus method to specify the type of flip status to obtain.
Enum CONST_DDGFSFLAGS
    DDGFS_CANFLIP    = 1
    DDGFS_ISFLIPDONE = 2
End Enum