dsh_ChannelGetVolume
__stdcall dsh_ChannelGetVolume(
CHANNELID channel,
long* Volume);Parameters
channel
Specifies the channel the function refers.
Volume
Pointer to an long integer. Will be filled with the current volume.
Return Values
Returns DSHRES_OK if successful. Other return values are DSHRS_WRONGPARAM and DSHRES_GENERALERROR.
Remarks
Volume ranges from DSH_VOLUMEMIN (-10000) to DSH_VOLUMEMAX(0).
See also
dsh_ChannelSetVolume