Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is the read routine for the WAV I/O device driver.
DWORD WAV_Read(DWORDdwOpenData,LPVOIDpBuf,DWORDlen);
Parameters
- dwOpenData
The function is free to use or ignore this parameter. - pBuf
The function is free to use or ignore this parameter. - len
The function is free to use or ignore this parameter.
Return Values
The Wave API Manager never calls the WAV_Read function, so this function can be empty and can have an arbitrary return value. WAV_Read is a required stream interface driver function, but the function WAV_IOControl handles all data communication.
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