KSNODEPROPERTY_AUDIO_DEV_SPECIFIC - NtDoc

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

typedef struct {
  KSNODEPROPERTY NodeProperty;
  ULONG          DevSpecificId;
  ULONG          DeviceInfo;
  ULONG          Length;
} KSNODEPROPERTY_AUDIO_DEV_SPECIFIC, *PKSNODEPROPERTY_AUDIO_DEV_SPECIFIC;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-ksnodeproperty_audio_dev_specific)

Description

This topic describes the KSNODEPROPERTY_AUDIO_DEV_SPECIFIC structure (ksmedia.h).

Members

NodeProperty

Defines the KSNODEPROPERTY member NodeProperty.

DevSpecificId

Defines the ULONG member DevSpecificId.

DeviceInfo

Defines the ULONG member DeviceInfo.

Length

Defines the ULONG member Length.

Remarks

See also