Package com.ms.com.directX Previous
Previous
Microsoft Packages
Microsoft Packages
Index
Index
Next
Next

Interface IEnumSurfacesCallback

Methods

public interface IEnumSurfacesCallback extends IUnknown {
  public void callbackEnumSurfaces(ddSurface f, ddSurfaceDesc desc, IUnknown Ctxt);
}

Use with EnumSurfaces and EnumAttachedSurfacesto set the callback function to be called for each specified surface.

See also dDraw and ddSurface.


Methods


callbackEnumSurfaces

public void callbackEnumSurfaces(ddSurface f, ddSurfaceDesc desc, IUnknown Ctxt);

Enumerates surfaces.

Return Value:

No return value.

ParameterDescription
f The ddSurface object.
desc A ddSurfaceDesc object that describes the surface.
Ctxt Application-defined structure that will be passed to the callback function each time the function is called.



Top© 1996 Microsoft Corporation. All rights reserved.