InterruptUnRegister

3.1

  #include <toolhelp.h>    

  BOOL InterruptUnRegister(htask)    
  HTASK htask; /* handle of task, */  

The InterruptUnRegister function restores the default interrupt handle for system interrupts.

Parameters

htask

Identifies the task. If this value is NULL, it identifies the current task.

Return Value

The return value is nonzero if the function is successful. Otherwise, it is zero.

Comments

After this function is executed, the Tool Helper library will pass all interrupts it receives to the system's default interrupt handler.

See Also

InterruptRegister, NotifyRegister, NotifyUnRegister, TerminateApp