This call raises the priority of the foreground keyboard's thread.
KbdSetFgnd
rc (USHORT) - return
KbdSetFgnd marks the current process that owns the keyboard. Threads in this process receive a priority boost. The previous foreground keyboard threads lose their priority boost.
This function should only be issued by a Keyboard Subsystem during KbdCharIn or KbdStringIn processing.