dsh_ChannelSetVolume

__stdcall dsh_ChannelSetVolume(
CHANNELID channel,
long Volume
);

Parameters

channel
Specifies the channel the function refers.

Volume
Long integer that specifies the new volume


Return Values

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

Remarks

Look at dsh_ChannelGetVolume for further information.

See also

dsh_ChannelGetVolume