This function handles system power-state change notifications.
void KeybdDriverPowerHandler( BOOL bOff );
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.