Packages
 In this topic

*Methods

 

Packages   PreviousThis PackageNext
Package com.ms.directX   Previous This
Package
Next

 


Interface IEnumerateObjectsCallback

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

Use with Direct3dRM.enumerateObjects to set the callback function to be called for each active Direct3dRM object.

IUnknown
  |
  +--IEnumerateObjectsCallback

Methods

callbackEnumerateObjects

public void callbackEnumerateObjects(IDirect3dRM f, IUnknown pArgs);

Enumerates objects. This callback function is application-defined.

Return Value:

No return value.

ParameterDescription
f A Direct3dRM object.
pArgs The application-defined data passed to this callback function.

Remarks:

When determining the order in which to call callback functions, the system searches the objects highest in the hierarchy first, and then calls their callback functions in the order in which they were created.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.