Microsoft SDK for Java

getCaps

This method of the Direct3dDevice Class retrieves the capabilities of the Direct3dDevice object.

Syntax

public void getCaps(D3dDeviceDesc hwDesc, D3dDeviceDesc helDesc);

hwDesc The D3dDeviceDesc object that receives the hardware features of the device.
helDesc The D3dDeviceDesc object that receives the software emulation being provided.

Remarks

This method does not retrieve the capabilities of the display device. To retrieve this information, use the getCaps method.

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