This method of the Direct3d Class enumerates all Direct3D device drivers installed on the system.
public void enumDevices(Id3dEnumDevicesCallback fn, IUnknown p);
fn | An interface containing a callback function that the enumeration procedure will call every time a match is found. |
p | Application-defined data passed to the callback function. |