// ksmedia.h typedef struct { ULONG BufferAddress; ULONG ActualBufferSize; BOOL CallMemoryBarrier; } KSRTAUDIO_BUFFER32, *PKSRTAUDIO_BUFFER32;View the official Windows Driver Kit DDI reference
No description available.
This topic describes the KSRTAUDIO_BUFFER32 structure (ksmedia.h).
BufferAddress
Defines the ULONG member BufferAddress.
ActualBufferSize
Defines the ULONG member ActualBufferSize.
CallMemoryBarrier
Defines the BOOL member CallMemoryBarrier.
View the official Windows Driver Kit DDI reference