Packages
 In this topic

*Methods

 

Packages   PreviousThis PackageNext
Package com.ms.directX   Previous This
Package
Next

 


Interface IEnumSurfacesCallback

public interface IEnumSurfacesCallback extends IUnknown
{
  // Methods
  public void callbackEnumSurfaces(DirectDrawSurface f,
        DDSurfaceDesc surfDesc, IUnknown ctxt);
}

Use with DirectDraw.enumSurfaces and DirectDrawSurface.enumAttachedSurfaces to set the callback function to be called for each specified surface.

Also see com.ms.directX.DirectDraw, com.ms.directX.DirectDrawSurface

IUnknown
  |
  +--IEnumSurfacesCallback

Methods

callbackEnumSurfaces

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

Enumerates surfaces.

Return Value:

No return value.

ParameterDescription
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.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.