Package com.ms.com.directX |
![]() Previous |
![]() Microsoft Packages |
![]() Index |
![]() Next |
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.
public void callbackEnumSurfaces(ddSurface f, ddSurfaceDesc desc, IUnknown Ctxt);Enumerates surfaces.
Return Value:
No return value.
Parameter Description 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.