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 DirectSound device.
strGuid
The GUID that identifies the DirectSound driver being enumerated.
strName
The name of the DirectSound driver corresponding to this device.

Remarks

This type is also used in DirectDraw and Direct3D.