DdsiTouchPanelPowerHandler

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

Syntax

VOID DdsiTouchPanelPowerHandler( BOOL bOff );

Parameters

bOff
TRUE indicates that the system is being turned off. FALSE indicates that the system is being turned on.

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. This routine is called by the MDD.