◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_KBD USHORT KbdDeRegister(VOID) The KbdDeRegister function restores the default Kbd subsystem and releases any previously registered Kbd subsystem. The function restores the default Kbd subsystem for all processes in the current screen group. Once a process registers a Kbd subsystem, no other process in the screen group may register a Kbd subsystem until the default subsystem is restored. Only the process registering a Kbd subsystem may call the KbdDeRegister function to restore the default subsystem. This function has no parameters. Return Value The return value is zero if the function is successful. Otherwise, it is an error value, which may be the following: ERROR_KBD_DEREGISTER See Also KbdRegister ♦