dsh_ChannelGetPan

__stdcall dsh_ChannelGetPan(
CHANNELID channel,
long* lPan
);

Parameters

channel
Specifies the channel the function refers.

lPan
Pointer to an long integer. Will be filled with the pan-value.


Return Values

Returns DSHRES_OK if successful. Other return values are DSHRES_WRONGPARAM and DSHRES_GENERALERROR.

Remarks

Pan ranges from DSH_PANMIN (-10000) to DSH_PANMAX (10000).

See also

dsh_ChannelSetPan