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

Interface IEnumZOrdersCallback

Methods

public interface IEnumZOrdersCallback extends IUnknown {
  public void callbackEnumOverlayZOrders(ddSurface f, IUnknown Context);
}

Use with EnumOverlayZOrders to set the callback function to be called for each overlay on the given surface.


Methods


callbackEnumOverlayZOrders

public void callbackEnumOverlayZOrders(ddSurface f, IUnknown Context);

Enumerates overlays for the surface.

Return Value:

No return value.

ParameterDescription
f The surface being overlaid on this surface.
Context Application-defined structure that will be passed to the callback function each time the function is called.



© 1996 Microsoft Corporation. All rights reserved.