Microsoft SDK for Java

getGDISurface

This method of the DirectDraw Class retrieves the DirectDrawSurface object that currently represents the surface memory that the Graphical Device Interface (GDI) is treating as the primary surface.

Syntax

public DirectDrawSurface getGDISurface();

Return Value

Returns the DirectDrawSurface object if successful; otherwise, returns null.

See Also

flipToGDISurface

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