HDAUDIO_DEVICE_INFORMATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hdaudio.h

typedef struct _HDAUDIO_DEVICE_INFORMATION {
  USHORT  Size;
  USHORT  DeviceVersion;
  USHORT  DriverVersion;
  USHORT  CodecsDetected;
  BOOLEAN IsStripingSupported;
} HDAUDIO_DEVICE_INFORMATION, *PHDAUDIO_DEVICE_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hdaudio-_hdaudio_device_information)

_HDAUDIO_DEVICE_INFORMATION structure

Description

The HDAUDIO_DEVICE_INFORMATION structure specifies the hardware capabilities of the HD Audio bus controller.

Members

Size

Specifies the size in bytes of the HDAUDIO_DEVICE_INFORMATION structure.

DeviceVersion

Specifies the HD Audio controller device version.

DriverVersion

Specifies the HD Audio bus driver version.

CodecsDetected

Specifies the number of codecs that the HD Audio controller detects on the HD Audio Link.

IsStripingSupported

Specifies whether the HD Audio controller supports striping. If TRUE, it supports striping (with at least two SDO lines). If FALSE, it does not support striping.

Remarks

The GetDeviceInformation routine uses this structure to provide information about the HD Audio controller's device-specific capabilities to clients.

See also

GetDeviceInformation