NotifyUnRegister

3.1

  #include <toolhelp.h>    

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

The NotifyUnRegister function restores the default notification handler.

Parameters

htask

Identifies the task. If htask 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 given task no longer receives notifications from the kernel.

See Also

InterruptRegister, InterruptUnRegister, NotifyRegister, TerminateApp