DirectX SDK

DXDRIVERINFO

The DXDRIVERINFO type is used in the enumeration methods for DirectDraw, DirectSound and Direct3D to hold driver information.

Type DXDRIVERINFO
    strDescription As String
    strGuid As String
    strName As String
End Type

Members

strDescription
The textual description of the Direct3D device.
strGuid
The GUID that identifies the Direct3D driver being enumerated.
strName
The name of the Direct3D driver corresponding to this device.

Remarks

This type is also used in DirectDraw and DirectSound.