IFXStdio |
This class is used to open and close files using the stdio Visual C§ library. This interface derives from IFXUnknown.
When to Use:
This interface is used by CIFXStdioReadBuffer.h and CIFXStdioWriteBuffer.h.
|
Method Interface |
Description |
|
Open |
Opens a file |
|
Close |
Closes a file |
Opens a file using the stdio library, presumably using the fopen() library call.
Parameters:
|
pFilename |
Name of the filename which is to be opened |
Comments:
Opening for reading or writing or appending, opening in binary or text mode, or creating are all undefined and implementation specific. Refer to the documentation of any class implementing IFXStdio for details.
Closes the file opened using the Open method.
Parameters:
None
§See asterisked (*) statement at Legal Information © 2001 Intel Corporation.