Share

AcCStdioFile Constructor

Overload List

Method Description
AcCStdioFile::AcCStdioFile () Constructor.
AcCStdioFile::AcCStdioFile (FILE*) Constructs an AcCStdioFile object from a pointer to a file that is already open.This constructor calls the equivalent CStdioFile constructor which opens the corresponding operating-system file with the given path. CFileException is thrown if the file cannot be opened or created.
AcCStdioFile::AcCStdioFile (LPCTSTR, UINT) This constructor constructs an AcCStdioFile object and opens the corresponding operating-system file with the given path. For the nOpenFlags argument, you can combine options by using the bitwise OR (|) operator. One access permission and a text-binary specifier are required; the create and noInherit modes are optional.

Was this information helpful?