Microsoft DirectX 8.0 (C++) |
Sets the priority of a MIDI channel. For an overview, see Channels.
HRESULT SetChannelPriority( DWORD dwChannelGroup, DWORD dwChannel, DWORD dwPriority );
If the method succeeds, the return value is S_OK.
If it fails, the method can return one of the following error values:
E_FAIL |
E_INVALIDARG |
E_OUTOFMEMORY |
E_NOTIMPL |
Header: Declared in dmusicc.h.
IDirectMusicPort8::GetChannelPriority, DMUS_CHANNEL_PRIORITY_PMSG.