// dmusprop.h
typedef struct _SYNTH_BUFFER {
ULONG BufferSize;
PVOID BufferAddress;
} SYNTH_BUFFER, *PSYNTH_BUFFER;
View the official Windows Driver Kit DDI referenceNo description available.
The SYNTH_BUFFER structure specifies DLS data that is being downloaded to a synthesizer.
BufferSizeSpecifies the size in bytes of the buffer that BufferAddress points to.
BufferAddressPointer to a user-mode address that needs to be converted for kernel use.
A KSPROPERTY_SYNTH_DLS_DOWNLOAD set-property request uses the SYNTH_BUFFER structure for its property value.