Microsoft SDK for Java

callbackEnumSurfaces

This method of the IEnumSurfacesCallback Interface enumerates surfaces.

Syntax

public void callbackEnumSurfaces(DirectDrawSurface f, DDSurfaceDesc surfDesc, IUnknown ctxt);

Parameters

f The DirectDrawSurface object.
surfDesc A DDSurfaceDesc object that describes the surface.
ctxt An application-defined structure that will be passed to the callback function each time the function is called.

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