NAME

cxDataCheckErrorInfoDel - Delete a cxDataCheckErrorInfo structure.

C SPECIFICATION

#include <cx/DataOps.h>

typedef struct { cxDataCheckError error; void *ptr; char *msg;

} cxDataCheckErrorInfo;

void cxDataCheckErrorInfoDel( cxDataCheckErrorInfo *info );

FORTRAN SPECIFICATION

subroutine cxDataCheckErrorInfoDel( info )
integer info

PARAMETERS

info
Pointer to cxDataCheckErrorInfo error structure.

DESCRIPTION

cxDataCheckErrorInfoDel deletes the cxDataCheckErrorInfo pointed to by info and the error message contained within it.

SEE ALSO

cxDataCheckErrorInfoNew(3E), cxDataCheckErrorInfoGet(3E), cxDataCheckErrorInfoMsgAppend(3E)
Last modified: Mon Nov 18 13:47:50 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996