// ksmedia.h
typedef struct {
KSPROPERTY Property;
ULONG BaseAddress;
ULONG RequestedBufferSize;
} KSRTAUDIO_BUFFER_PROPERTY32, *PKSRTAUDIO_BUFFER_PROPERTY32;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the KSRTAUDIO_BUFFER_PROPERTY32 structure (ksmedia.h).
PropertyDefines the KSPROPERTY member Property.
BaseAddressDefines the ULONG member BaseAddress.
RequestedBufferSizeDefines the ULONG member RequestedBufferSize.