Q3Warning_Register
You can use theQ3Warning_Registerfunction to register an application-defined warning-handling routine.
TQ3Status Q3Warning_Register ( TQ3WarningMethod warningPost, long reference);
warningPost- A pointer to an application-defined warning-handling routine.
reference- A long integer for your application's own use.
DESCRIPTION
TheQ3Warning_Registerfunction registers with the Error Manager the warning-handling routine specified by thewarningPostparameter. See page 19-12 for information on defining a warning-handling routine.