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.
3/26/2014
This function opens the WAV I/O device.
Syntax
PVOID WAV_Open(
DWORD dwData,
DWORD dwAccess,
DWORD dwShareMode
);
Parameters
- dwData
The function device instance data returned by WAV_Init.
- dwAccess
Ignored by WAV drivers.
- dwShareMode
Ignored by WAV drivers.
Return Value
Returns a DWORD that is passed to the WAV_IOControl function. NULL indicates failure.
Requirements
Header |
wavemdd.h |