Q3Error_Register
You can use theQ3Error_Registerfunction to register an application-defined error-handling routine.
TQ3Status Q3Error_Register ( TQ3ErrorMethod errorPost, long reference);
errorPost- A pointer to an application-defined error-handling routine.
reference- A long integer for your application's own use.
DESCRIPTION
TheQ3Error_Registerfunction registers with the Error Manager the error-handling routine specified by theerrorPostparameter. See page 19-11 for information on defining an error-handling routine.