◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_DOSDEVIOCTL USHORT DosDevIOCtl(0L, phKbd, 0x0058, 0x0004, hDevice) PHKBD phKbd; /* logical-keyboard handle */ HFILE hDevice; /* device handle */ The KBD_SETKCB function binds the specified logical keyboard (KCB) to the physical keyboard for this session. Parameter Description ──────────────────────────────────────────────────────────────────────────── phKbd Points to the handle that identifies the logical keyboard. hDevice Identifies the keyboard that receives the device-control function. The handle must have been created previously by using the DosOpen function. Return Value The return value is zero if the function is successful or an error value if an error occurs. See Also KbdGetFocus ♦