Microsoft DirectX 8.0 (C++)

DMUS_CHANNEL_PRIORITY_PMSG

Contains message data about a channel priority change.

typedef struct _DMUS_CHANNEL_PRIORITY_PMSG {
    DMUS_PMSG_PART
    DWORD dwChannelPriority;
} DMUS_CHANNEL_PRIORITY_PMSG;
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: Declared in dmusici.h.

See Also

IDirectMusicPort8::SetChannelPriority, IDirectMusicPerformance8::SendPMsg