WAV_Open

This function opens the WAV I/O device.

Syntax

PVOID WAV_Open( DWORD dwData, DWORD dwAccess,
DWORD dwShareMode );

Parameters

dwData
The function is free to use or ignore this parameter.
dwAccess
The function is free to use or ignore this parameter.
dwShareMode
The function is free to use or ignore this parameter.

Return Values

Returns a DWORD that is passed to the functions Wav_Read, Wav_Write, and so on. NULL indicates failure.