The IDirectMusicPerformance::PChannelInfo method retrieves the port, group, and MIDI channel for a given performance channel (PChannel).
HRESULT PChannelInfo(
DWORD dwPChannel,
IDirectMusicPort** ppPort,
DWORD* pdwGroup,
DWORD* pdwMChannel
);
If the method succeeds, the return value is S_OK.
If it fails, the method may return one of the following error values:
E_INVALIDARG |
E_POINTER |
A NULL pointer is returned in *ppPort if the port has been removed by a call to IDirectMusicPerformance::RemovePort, but the method succeeds.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in dmusici.h.
IDirectMusicPerformance::AssignPChannel, IDirectMusicPerformance::AssignPChannelBlock