Microsoft SDK for Java

Direct3dRMDeviceArray Class

Applications use the methods of the Direct3dRMDeviceArray Class of the com.ms.directX package to organize device objects.

public class Direct3dRMDeviceArray implements
            IDirect3dRMDeviceArray
{
  // Methods
  public Direct3dRMDevice getElement(int index);
  public int getSize();
}

The Direct3dRMDeviceArray object is obtained by calling the getDevices method.

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