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 opens the WAV I/O device.
PVOID WAV_Open(DWORD dwData,DWORDdwAccess,DWORDdwShareMode);
Parameters
- dwData
The function device instance data returned by WAV_Init. - dwAccess
Ignored by WAV drivers. - dwShareMode
Ignored by WAV drivers.
Return Values
Returns a DWORD that is passed to the WAV_IOControl function. NULL indicates failure.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Wavemdd.h.
See Also
Audio Device Instances | WAV_Init | WAV_IOControl | Waveform Audio Driver Functions
Send Feedback on this topic to the authors