KeybdDriverSetMode

This function sets mode information for the keyboard device.

Syntax

BOOL KeybdDriverSetMode( INT iKeybdId, INT iIndex, LPVOID lpInput );

Parameters

iKeybdId
Identifier of the keyboard for which to set the information.
iIndex
Identifier of information to set.
lpInput
Pointer to an input buffer.

Return Values

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

Remarks

This function is defined in the Keybdmdd.cpp file.

See Also

KeybdDriverGetInfo