#include <toolhelp.h> |
BOOL InterruptUnRegister(htask) | ||||
HTASK htask; | /* handle of task, */ |
The InterruptUnRegister function restores the default interrupt handle for system interrupts.
htask
Identifies the task. If this value is NULL, it identifies the current task.
The return value is nonzero if the function is successful. Otherwise, it is zero.
After this function is executed, the Tool Helper library will pass all interrupts it receives to the system's default interrupt handler.
InterruptRegister, NotifyRegister, NotifyUnRegister, TerminateApp