KSNODEPROPERTY_AUDIO_PROPERTY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

Description

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

Members

NodeProperty

Defines the KSNODEPROPERTY member NodeProperty.

AppContext

Defines the PVOID member AppContext.

Length

Defines the ULONG member Length.

Reserved

Reserved for future use.

Remarks

See also