The SEDRIS Data Representation Model
APPENDIX D - Functions
SE SetErrorFilePtr
extern SE_DRM_Status_Code
SE_SetErrorFilePtr
(
FILE  *err_file_ptr1
);

Definition

Sets the FILE pointer to which error messages are directed, if error messages are requested.

WARNING: If you close this file after calling this function, remember that the SE_xxx functions will still try to use it.


Returns

SE_DRM_STAT_CODE_SUCCESS and the error file pointer is set as specified, if a valid parameter was passed in.
SE_DRM_STAT_CODE_FAILURE and nothing is changed, if err_file_ptr is NULL.

Parameters Notes

1 stream to which error messages are to be directed


Prev: SE_SRFContextInfoEqual. Next: SE_SetFieldsToDefault. Up:Index.