Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function indicates to the driver that the system is entering or leaving the suspend state.
VOID DdsiTouchPanelPowerHandler(
BOOL bOff
);
- bOff
[in] TRUE indicates that the system is turning off. FALSE indicates that the system is turning on.
None.
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.
OS Versions: Windows CE 1.0 and later.
Header: Tchddsi.h.
Link Library: Tchmdd.lib.
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.