Share via


WAV_PowerDown (Windows CE 5.0)

Send Feedback

This function turns off the WAV I/O device.

void WAV_PowerDown(void);

Parameters

None.

Return Values

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

OS Versions: Windows CE 1.0 and later.
Header: Wavemdd.h.

See Also

Waveform Audio Driver Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.