EDCS Reference Manual
Functions EDCS SetErrorFilePtr |
---|
extern EDCS_Status_Code | |||
EDCS_SetErrorFilePtr | |||
( | |||
FILE | * | err_file_ptr | 1 |
); |
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 EDCS_xxx functions will still try to use it. |
---|
EDCS_SC_SUCCESS | and the error file pointer is set as specified, if a valid parameter was passed in. |
EDCS_SC_NULL_REQUIRED_PARAMETER | and nothing is changed, if err_file_ptr is NULL. |
1 stream to which error messages are to be directed
Prev: EDCS_PrintValueCharacteristicLabel.
Next: EDCS_SetMinWidth.
Up:Index.
|