SEDRIS Reference Manual
APPENDIX B - LEVEL 1 READ and WRITE API Functions SE SetErrorHandlers |
---|
extern SE_Status_Code | |||
SE_SetErrorHandlers | |||
(void); |
Sets up error handlers for the Read 0 API functions. Every Read 0 function will have a handler assigned. Each error handler will print, for an error condition:
SE_STAT_CODE_SUCCESS | and the error handlers are set, if all operations succeeded. |
SE_STAT_CODE_FAILURE | and the error handlers cannot be set, if the underlying API implementation does not provide the required level 0 functions and dynamic binding is specified. |
Prev: SE_RemoveObjectTree.
Next: SE_SimpleCreateComponentIterator.
Up:Index.
|