KeybdDriverPowerHandler

This function handles system power-state change notifications.

Syntax

void KeybdDriverPowerHandler( BOOL bOff );

Parameters

bOff
Boolean. TRUE if the system is being turned off. FALSE if the system is being turned on.

Remarks

This function is called in a kernel context and should not make any system calls or do anything that might cause a DLL to be loaded.

This function resets the auto-repeat state and calls the KeybdPdd_PowerHandler function.

This function is defined in the Keybdmdd.cpp file.