Microsoft SDK for Java

enumDevices

This method of the Direct3d Class enumerates all Direct3D device drivers installed on the system.

Syntax

public void enumDevices(Id3dEnumDevicesCallback fn, IUnknown p);

Parameters

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.

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