Function: DescheduleKeyevent Purpose: De-register a function registered previously by ScheduleKeyevent. Category: USER-INTERFACE, SYSTEM File: keyevents.c Author: J.P. Terlouw Use: DescheduleKeyevent(&id); ident id - registration identification code. Description: The function associated with 'id' is descheduled and 'id' is set to zero. (Note that the argument is a pointer to 'id'.) Related Doc: ScheduleKeyevent.dc2 Updates: Apr 18, 1997: JPT, Document created.