GetKeyboardNotify

Gets the state of the automatic notification of the keyboard driver of key definition changes.

Syntax

HRESULT GetKeyboardNotify(bool* enabled);

Parameters

enabled
Boolean. True if automatic notification is enabled, or false if automatic notification is disabled.

Return Values

S_OK
The function succeeded.

Other
The function failed. Use the Microsoft errlook.exe utility to determine the meaning of this value.

More Information

KBDTools Functions