Microsoft SDK for Java

enumAttachedSurfaces

This method of the DirectDrawSurface Class enumerates all the surfaces attached to a given surface.

Syntax

public void enumAttachedSurfaces(IUnknown args, IEnumSurfacesCallback fn);

Parameters

args Application-defined structure that is passed to the enumeration member every time it is called.
fn Callback interface that contains callback function that will be called for each surface that is attached to this surface.

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