KeybdDriverGetInfo

This function gives information about the keyboard and driver.

Syntax

BOOL KeybdDriverGetInfo( INT iKeybdId, INT iIndex, LPVOID lpOutput );

Parameters

iKeybdId
Identifier of the keyboard from which to get the information.
iIndex
Identifier of the information to retrieve.
lpOutput
Pointer to the output buffer.

Return Values

TRUE indicates success. FALSE indicates failure. Extended error information is available through GetLastError.

Remarks

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.