Important: The information in this document is obsolete and should not be used for new development.
MyResponse
If desired, you can specify the address of a completion or response procedure that is executed as the last stage in a notification. The response procedure should have this syntax:
PROCEDURE MyResponse (nmReqPtr: NMRecPtr);
nmReqPtr
- A pointer to a notification record.
DESCRIPTION
ThenmResp
field of the notification record contains the address of a response procedure executed as the final stage of a notification. If no processing is necessary in response to the notification, then you can supply the valueNIL
in that field. If you supply the address of your own response procedure in thenmResp
field, the Notification Manager passes it one parameter, a pointer to your notification record.SEE ALSO
For more details on a response procedure, see "Defining a Response Procedure" on page 5-9.