#include <toolhelp.h> |
BOOL NotifyUnRegister(htask) | ||||
HTASK htask; | /* handle of task, */ |
The NotifyUnRegister function restores the default notification handler.
htask
Identifies the task. If htask 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 given task no longer receives notifications from the kernel.
InterruptRegister, InterruptUnRegister, NotifyRegister, TerminateApp