All Frameworks  Class Hierarchy  This Framework  Indexes

System Global Function CATFGetc


HRESULT CATFGetc(unsigned int iFileDesc,
int* oC)
Reads a character.
Role: Obtains the next byte (if present) as an unsigned char converted to an int, from the input file pointed to by iFileDesc, and advances the associated file position indicator for the file.
Parameters:
iFileDesc
the file descriptor that has been obtained through
CATFOpen
oC
On success the read character.
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.