WAV_Seek (Windows CE 5.0)
This function is the seek routine for the WAV I/O device.
DWORD WAV_Seek(DWORDdwOpenData,longpos,DWORDtype);
Parameters
- dwOpenData
The function is free to use or ignore this parameter. - pos
The function is free to use or ignore this parameter. - type
The function is free to use or ignore this parameter.
Return Values
The Wave API Manager never calls the WAV_Seek function, so this routine can be empty and can have an arbitrary return value. WAV_Seek is a required stream interface driver function, but the function WAV_IOControl handles all data communication. The audio MDD implementation always returns –1.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Wavemdd.h.
See Also
WAV_IOControl | Waveform Audio Driver Functions
Send Feedback on this topic to the authors