| aFile_Read | Index |
Definition:
| aLIBRETURN aFile_Read( | aIOLib ioRef, aFileRef fileRef, char* pBuffer, const unsigned long nLength, unsigned long* pActuallyRead, aErr* pErr); |
Parameters:
| ioRef | - | A pointer to the opaque library reference used when reading from the file. |
| fileRef | - | A aFileRef reference that represents the file to be read. |
| pBuffer | - | A pointer the the data that will be read into. |
| nLength | - | The number of characters that should be read. |
| pActuallyRead | - | If this pointer is not NULL , the number of characters actually read will be stored in the unsigned long this pointer points to. |
| pErr | - | A pointer to an aErr variable that receives the error code on exit from this routine. |
Return Value:
Description:
Related: