Synopsis
void hdb_Error(void)
Purpose
Function called when a heap error is found.
Description
This function will be invoked whenever an error is found by the heap debugger. By setting a breakpoint in this routine via a debugger, you can stop a program whenever a heap error is found. This function will just return so if no breakpoint is set here the application will continue running after the error has been trapped.