◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_MOU USHORT MouDeRegister(VOID) The MouDeRegister function restores the default Mou subsystem functions and releases any previously registered Mou subsystem. This function restores the default Mou subsystem for all processes in the current screen group. Once a process registers a Mou subsystem, no other process in the screen group may register a Mou subsystem until the default subsystem is restored. Only the process that registers a Mou subsystem may call the MouDeRegister 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_MOUSE_DEREGISTER See Also MouRegister ♦