DMUS_WAVEDATA

The DMUS_WAVEDATA structure contains a data chunk for a DLS waveform download. The nature of the data is defined by the WaveformatEx member of the DMUS_WAVE structure.

Syntax

  typedef struct {
  ULONG cbSize;
  BYTE byData[ ];
} DMUS_WAVEDATA;

Members

cbSize

Size of data.

byData[ ]

PCM waveform data.

Requirements

**  Minimum Supported Client:** Windows 2000.
**  Minimum Supported Server:** Windows 2000 Server.

**  Header:** Dmdls.h

See Also

© 2004 Microsoft Corporation. All rights reserved.