Q3Notice_Register
You can use theQ3Notice_Registerfunction to register an application-defined notice-handling routine.
TQ3Status Q3Notice_Register ( TQ3NoticeMethod noticePost, long reference);
noticePost- A pointer to an application-defined notice-handling routine.
reference- A long integer for your application's own use.
DESCRIPTION
TheQ3Notice_Registerfunction registers with the Error Manager the notice-handling routine specified by thenoticePostparameter. See page 19-13 for information on defining a notice-handling routine.