#define WriteString ( _handle,
_str,
_cnt,
_result   )     __writeString(_handle, _str, _cnt, _result)

Write string to a file.

Write the string to the file associated with the specified handle. The handle parameter must be a variable. The count parameter must be a variable. The str parameter must be a string variable or string constant. The actual number of bytes written is returned in the cnt parameter.

Parameters:
_handle The file handle.
_str The string to write to the file.
_cnt The number of bytes actually written to the file.
_result The function call result. See Loader module error codes.

Generated by  doxygen 1.6.2