Share via


WAV_PowerDown (Compact 2013)

3/26/2014

This function turns off the WAV I/O device.

Syntax

void WAV_PowerDown(void);

Parameters

None.

Return Value

None.

Remarks

This function is called to notify the WAV I/O device that the system is entering suspend mode. As with all power-down handlers, this function cannot call functions in other DLLs, memory allocators, debugging output functions, or do anything that could cause a page fault.

Requirements

Header

wavemdd.h

See Also

Reference

Waveform Audio Driver Functions