#define WriteBytesEx ( _handle,
_len,
_buf,
_result   )     __writeBytesEx(_handle, _len, _buf, _result)

Write bytes to a file with limit.

Write the specified number of bytes to the file associated with the specified handle. The handle parameter must be a variable. The len parameter must be a variable. The buf parameter must be a byte array or a string variable or string constant. The actual number of bytes written is returned in the len parameter.

Parameters:
_handle The file handle.
_len The maximum number of bytes to write on input. Returns the actual number of bytes written.
_buf The byte array or string containing the data to write.
_result The function call result. See Loader module error codes.

Generated by  doxygen 1.6.2