#define Read ( _handle,
_n,
_result   )     __readValue(_handle, _n, _result)

Read a value from a file.

Read a value from the file associated with the specified handle. The handle parameter must be a variable. The value parameter must be a variable. The type of the value parameter determines the number of bytes of data read.

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

Generated by  doxygen 1.6.2