Microsoft SDK for Java

findDevice

This method of the Direct3d Class searches for and returns information about devices that match the given description.

Syntax

public void findDevice(D3dFindDeviceSearch ds, D3dFindDeviceResult hresult, D3dFindDeviceResult sresult);

Parameters

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.

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