Microsoft SDK for Java

enumerateObjects

This method of the Direct3dRM Class calls the callback function specified by the fn parameter on each of the active Direct3dRM objects.

Syntax

public void enumerateObjects(IEnumerateObjectsCallback fn, IUnknown pArgs);

Parameters

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.

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