Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Processes
Chapter 5 - Notification Manager / Using the Notification Manager


Removing a Notification Request

To remove a notification request from the notification queue, call the NMRemove 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.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUN 1996