| 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 ddSurface object to enumerate. desc ddSurfaceDesc object that describes the surface. Ctxt Application-defined structure to be passed to the callback function each time the function is called.
| © 1997 Microsoft Corporation. All rights reserved. Terms of Use. |