// ksmedia.h
typedef struct {
KSNODEPROPERTY NodeProperty;
PVOID AppContext;
ULONG Length;
ULONG Reserved;
} KSNODEPROPERTY_AUDIO_PROPERTY, *PKSNODEPROPERTY_AUDIO_PROPERTY;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the KSNODEPROPERTY_AUDIO_PROPERTY structure (ksmedia.h).
NodePropertyDefines the KSNODEPROPERTY member NodeProperty.
AppContextDefines the PVOID member AppContext.
LengthDefines the ULONG member Length.
ReservedReserved for future use.