![]() |
das2C
das core C utilities (v3)
|
Structure returned from das_get_error(). More...
#include <das2/util.h>
Public Member Functions | |
DAS_API das_error_msg * | das_get_error (void) |
Return the saved das2 error message buffer. More... | |
DAS_API void | das_error_free (das_error_msg *pMsg) |
Free an error message structure allocated on the heap. More... | |
Structure returned from das_get_error().
To get error messages libdas2 must be set to an error dispostition of DAS2_ERRDIS_RET
DAS_API das_error_msg * das_get_error | ( | void | ) |
Return the saved das2 error message buffer.
DAS_API void das_error_free | ( | das_error_msg * | pMsg | ) |
Free an error message structure allocated on the heap.
pMsg | the message buffer to free |