Important: The information in this document is obsolete and should not be used for new development.
Removing a Notification Request
To remove a notification request from the notification queue, call theNMRemove
function. For example, you can remove a notification request with this code:
myErr := NMRemove(@gMyNotification); {remove request}You can remove requests at any time, either before or after the notification actually occurs. Note that requests already issued by the Notification Manager are not automatically removed from the queue.