KbdGetFocus

KbdGetFocus

#define INCL_KBD

USHORT  rc = KbdGetFocus(IOWait, KbdHandle);

USHORT           IOWait;        /* Indicate if wait */
HKBD             KbdHandle;     /* Keyboard handle */

USHORT           rc;            /* return code */


[Back: KbdGetCp]
[Next: KbdGetHWId]