// 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 referenceNo description available.
This topic describes the KSNODEPROPERTY_AUDIO_DEV_SPECIFIC structure (ksmedia.h).
NodePropertyDefines the KSNODEPROPERTY member NodeProperty.
DevSpecificIdDefines the ULONG member DevSpecificId.
DeviceInfoDefines the ULONG member DeviceInfo.
LengthDefines the ULONG member Length.