dsh_ChannelSetPan
int dsh_ChannelSetPan(
CHANNELID channel,
long lPan);Parameters
channel
Specifies the channel the function refers.
lPan
Long integer which specifies the new pan value.
Return Values
Returns DSHRES_OK if successful. Other return values are DSHRES_WRONGPARAM and DSHRES_GENERALERROR.
Remarks
Look at dsh_ChannelGetPan for more information.
See also
dsh_ChannelGetPan