All Frameworks  Class Hierarchy  This Framework  Indexes

System Global Function CATFOpen


HRESULT CATFOpen(CATUnicodeString* iFileName,
const char* iMode,
unsigned int* oFileDesc)
Opens a file.
Role:Open a file and returns a descriptor.
Parameters:
iFileName
The path of the file to open.
iMode
Opening mode as in fopen
oFileDesc
the returned file descriptor that will be used in the other functions for manipulating the opened file.
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.