This function gives information about the keyboard and driver.
BOOL KeybdDriverGetInfo( INT iKeybdId, INT iIndex, LPVOID lpOutput );
TRUE indicates success. FALSE indicates failure. Extended error information is available through GetLastError.
This function must be re-entrant, since it is exposed by the input system through the KeybdGetDeviceInfo function and may be called by multiple threads.
This function is defined in the Keybdmdd.cpp file.