DMUS_CHANNEL_PRIORITY_PMSG

The DMUS_CHANNEL_PRIORITY_PMSG structure contains message data about a channel priority change.

Syntax

typedef struct _DMUS_CHANNEL_PRIORITY_PMSG {
  DMUS_PMSG_PART
  DWORD dwChannelPriority;
} DMUS_CHANNEL_PRIORITY_PMSG;

Members

DMUS_PMSG_PART

Macro for common message members. See DMUS_PMSG.

dwChannelPriority

Priority of the channel. For a list of defined values, see the Remarks for IDirectMusicPort8::GetChannelPriority.

Requirements

**  Header:** Dmusici.h

See Also

© 2004 Microsoft Corporation. All rights reserved.