Platform SDK: DirectX

Step 2: Select an Enumerated Device

[C++]

This section pertains only to application development in Visual Basic. See Direct3D Immediate Mode C/C++ Tutorials.

[Visual Basic]

Selecting an enumerated device usually consists of the following steps:

The Enumeration application uses the following application-defined subroutine call to select an enumerated device and build a list of display modes that are supported by that device:

    ' Select an enumerated device and build a list of supported display modes
    ' for that device.
    SelectDisplayModes

The process of retrieving an enumerated device is defined in Step 2.1: Retrieve the Device.

For more information on selecting enumerated devices, see Select an Enumerated Device.