| aFile_Open | Index |
Definition:
Parameters:
| ioRef | - | A pointer to the opaque library reference used to open the file. |
| pFilename | - | The null-terminated C-style string that designates the file name. This filename is limited to aFILE_NAMEMAXCHARS characters. |
| eMode | - | The mode of operation for the file being opened. Files opened for writing that don't exist are created. Files opened for reading that don't exist result in a aErrNotFound error. |
| eArea | - | The file area in which to open the file. |
| pFileRef | - | A pointer to a aFileRef type that is set to reference the file opened. |
| pErr | - | A pointer to an aErr variable that receives the error code on exit from this routine. |
Return Value:
Description:
Related: