DdsiTouchPanelPowerHandler

This function indicates to the driver that the system is entering or leaving the suspend state.

VOID DdsiTouchPanelPowerHandler(
  BOOL bOff
);

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.

See Also

Touch Screen Drivers

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.