Microsoft SDK for Java

IEnumerateObjectsCallback Interface

The IEnumerateObjectsCallback Interface of the com.ms.directX package is used with Direct3dRM.enumerateObjects to set the callback function to be called for each active Direct3dRM object.

public interface IEnumerateObjectsCallback extends IUnknown
{
  // Methods
  public void callbackEnumerateObjects(IDirect3dRM f,
        IUnknown pArgs);
}

Hierarchy

IUnknown 
  |
  +--IEnumerateObjectsCallback

© 1999 Microsoft Corporation. All rights reserved. Terms of use.