dsh_ChannelSetPosition
int dsh_ChannelSetPosition(
CHANNELID channel,
DWORD dwPosition);Parameters
channel
Specifies the channel the function refers.
dwPosition
DWORD that specifies the new position.
Return Values
Returns DSHRES_OK if successful. Other return values are DSHRES_WRONGPARAM and DSHRES_GENERALERROR.
Remarks
Look at dsh_ChannelGetPosition for further information.
See also
dsh_ChannelGetPosition