All Frameworks  Class Hierarchy  This Framework  Indexes

System Global Function CATFWrite


HRESULT CATFWrite(unsigned int iFileDesc,
const char* iBuff,
unsigned int iSize,
unsigned int* oWritten)
Writes in a file.
Role:Writes into a file previously opened with CATFOpen.
Parameters:
iFileDesc
the file descriptor that has been obtained through
CATFOpen
iBuff
The buffer of data to write.
iSize
The size of iBuff buffer.
oRead
the length of data actually written.
Returns:
Legal values:
S_OK :on Success.
negative : on failure

This object is included in the file: CATStdIO.h

Copyright © 2003, Dassault Systèmes. All rights reserved.