KSRTAUDIO_BUFFER_PROPERTY_WITH_NOTIFICATION32 - NtDoc

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

typedef struct {
  KSPROPERTY Property;
  ULONG      BaseAddress;
  ULONG      RequestedBufferSize;
  ULONG      NotificationCount;
} KSRTAUDIO_BUFFER_PROPERTY_WITH_NOTIFICATION32, *PKSRTAUDIO_BUFFER_PROPERTY_WITH_NOTIFICATION32;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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

Members

Property

Defines the KSPROPERTY member Property.

BaseAddress

Defines the ULONG member BaseAddress.

RequestedBufferSize

Defines the ULONG member RequestedBufferSize.

NotificationCount

Defines the ULONG member NotificationCount.

Remarks

See also