WAV_PowerDown (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE 1.0 and later |