#define Write ( _handle,
_n,
_result   )     __writeValue(_handle, _n, _result)

Write value to file.

Write a value to the file associated with the specified handle. The handle parameter must be a variable. The value parameter must be a constant, a constant expression, or a variable. The type of the value parameter determines the number of bytes of data written.

Parameters:
_handle The file handle.
_n The value to write to the file.
_result The function call result. See Loader module error codes.

Generated by  doxygen 1.6.2