Microsoft SDK for Java

getFlipStatus

This method of the DirectDrawSurface Class indicates whether the surface has finished its flipping process.

Syntax

public int getFlipStatus(int flags);

Return Value

Returns DD_OK if successful, or DDERR_WASSTILLDRAWING if the surfaces has not finished its flipping process.

Parameters

flags One value of DDGFS_ type.

See Also

flip

© 1999 Microsoft Corporation. All rights reserved. Terms of use.