This method of the Direct3d Class searches for and returns information about devices that match the given description.
public void findDevice(D3dFindDeviceSearch ds, D3dFindDeviceResult hresult, D3dFindDeviceResult sresult);
ds | The D3dFindDeviceSearch object that contains a description of the device(s) to search for. |
hresult | The D3dFindDeviceSearch object that receives the hardware device results of the search. |
sresult | The D3dFindDeviceResult object that receives the software device results of the search. |