This method of the Direct3dRM Class calls the callback function specified by the fn parameter on each of the active Direct3dRM objects.
public void enumerateObjects(IEnumerateObjectsCallback fn, IUnknown pArgs);
fn | A callback interface that contains an application-defined callback function to be called with each Direct3dRMObject object and the application-defined argument. |
pArgs | Application-defined data passed to the callback function. |