This method of the IEnumerateObjectsCallback Interface enumerates objects. This callback function is application-defined.
public void callbackEnumerateObjects(IDirect3dRM f, IUnknown pArgs);
f | A Direct3dRM object. |
pArgs | The application-defined data passed to this callback function. |
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.