GetFlipStatus
Applies to

TDirectDrawSurface

Declaration

function GetFlipStatus( Flags: Longint ): Boolean;

Description

Calls the interface GetFlipStatus method to know whether the surface has finished its flipping process. If the surface has not finished its flipping process returns False (DDERR_WASSTILLDRAWING) or True if it succeds (DD_OK). See IDirectDrawSurface3::GetFlipStatus for more information.