DdsiTouchPanelPowerHandler (Windows CE 5.0)
This function indicates to the driver that the system is entering or leaving the suspend state.
VOID DdsiTouchPanelPowerHandler(BOOLbOff);
Parameters
- bOff
[in] TRUE indicates that the system is turning off. FALSE indicates that the system is turning on.
Return Values
None.
Remarks
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. The MDD calls this routine.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Tchddsi.h.
Link Library: Tchmdd.lib.
Send Feedback on this topic to the authors