次の方法で共有


DMUS_WAVEARTDL

The DMUS_WAVEARTDL structure contains information for downloading waveform articulation.

Syntax

  typedef struct _DMUS_WAVEARTDL {
  ULONG ulDownloadIdIdx;
  ULONG ulBus;
  ULONG ulBuffers;
  ULONG ulMasterDLId;
  USHORT  usOptions
} DMUS_WAVEARTDL, *LPDMUS_WAVEARTDL;

Members

ulDownloadIdIdx

Download identifiers of each buffer.

ulBus

Playback bus.

ulBuffers

Buffers.

ulMasterDLId

Download identifier of master voice of subordinate group.

usOptions

Downloadable Sounds Level 2 region options.

Requirements

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

**  Header:** Dmdls.h

See Also

© 2004 Microsoft Corporation. All rights reserved.