#include <cx/DataOps.h>
typedef struct { cxDataCheckError error; void *ptr; char *msg;
} cxDataCheckErrorInfo;
void cxDataCheckErrorInfoMsgAppend( cxDataCheckErrorInfo *info, char *msg );
subroutine cxDataCheckErrorInfoMsgAppend( info, msg ) integer info integer msg
This routine is used internally by IRIS Explorer to describe the exact location of a data error when it is detected by nested data integrity checks. It can also be used by module writers to describe the state or calling sequence when a data error is detected.
cxDataCheckErrorInfoNew cxDataCheckErrorInfoDel cxDataCheckErrorInfoGet