dsh_ChannelGetPosition
int dsh_ChannelGetPosition(
CHANNELID channel,
DWORD* dwPosition);Parameters
channel
Specifies the channel the function refers.
dwPosition
Pointer to an DWORD integer. Will be filled with current position.
Return Values
Returns DSHRES_OK if successful. Other return values are DSHRES_WRONGPARAM and DSHRES_GENERALERROR
Remarks
The current position is counted by bytes.
See also
dsh_ChannelSetPosition