System Global Function CATFPuts


CATFPuts( const iBuff,
iFileDesc,
oWritten)
Writes a line into a file.
Role: Writes the null-terminated string pointed to by iBuff to the file pointed by iFileDesc. The terminating null character is not written
Parameters:
iBuff
the string to write.
iFileDesc
the file descriptor that has been obtained through
oWritten
On success the number of characters actually written.
Returns:
Legal values:
S_OK :on Success.
negative : on failure

This object is included in the file: CATStdIO.h

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.