DdsiTouchPanelPowerHandler (Windows Embedded CE 6.0)
1/6/2010
This function indicates to the driver that the system is entering or leaving the suspend state.
Syntax
VOID DdsiTouchPanelPowerHandler(
BOOL bOff
);
Parameters
- bOff
[in] TRUE indicates that the system is turning off. FALSE indicates that the system is turning on.
Return Value
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
Header | tchddsi.h |
Library | Tchmdd.lib |
Windows Embedded CE | Windows CE 1.0 and later |