dsh_ChannelUnload

__stdcall dsh_ChannelUnload(
CHANNELID channel
);

Parameters

channel
Specifies the channel that should be freed.


Return Values

Returns DSHRES_OK if successful. Else DSHRES_WRONGPARAM will be returned.

Remarks

Before calling dsh_ChannelUnload(), you should call dsh_ChannelStop(), although this will be done automatically if you donīt do this.

See also

dsh_ChannelLoad