This function sets mode information for the keyboard device.
BOOL KeybdDriverSetMode( INT iKeybdId, INT iIndex, LPVOID lpInput );
TRUE indicates success. FALSE indicates failure. Extended error information is available through GetLastError.
This function is defined in the Keybdmdd.cpp file.