This method of the Direct3dDevice Class retrieves the capabilities of the Direct3dDevice object.
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. |
This method does not retrieve the capabilities of the display device. To retrieve this information, use the getCaps method.