| Package com.ms.com.directX |
Previous |
Microsoft Packages |
Index |
Next |
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.
public void callbackEnumOverlayZOrders(ddSurface f, IUnknown Context);Enumerates overlays for the surface.
Return Value:
No return value.
Parameter Description f Surface to be overlaid on this surface. Context Application-defined structure that will be passed to the callback function each time the function is called.
| © 1997 Microsoft Corporation. All rights reserved. Terms of Use. |