#define ReadLnString ( _handle,
_output,
_result   )     __readLnString(_handle, _output, _result)

Read a string from a file plus line ending.

Read a string from the file associated with the specified handle. The handle parameter must be a variable. The output parameter must be a variable. Appends bytes to the output variable until a line ending (CRLF) is reached. The line ending is also read but it is not appended to the output parameter.

Parameters:
_handle The file handle.
_output The variable to store the string read from the file.
_result The function call result. See Loader module error codes.

Generated by  doxygen 1.6.2