Share via


WAV_Close (Compact 2013)

3/26/2014

This function closes the WAV I/O device.

Syntax

BOOL WAV_Close(
  DWORD dwOpenData 
);

Parameters

  • dwOpenData
    Specifies a value returned from a call to the WAV_Open function.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header

wavemdd.h

See Also

Reference

Waveform Audio Driver Functions
WAV_Open