| aFile_Seek | Index |
Definition:
| aLIBRETURN aFile_Seek( | aIOLib ioRef, aFileRef fileRef, const long nOffset, aBool bFromStart, aErr* pErr); |
Parameters:
| ioRef | - | A pointer to the opaque library reference used when seeking in the file. |
| fileRef | - | A aFileRef reference that represents the file for seeking. |
| nOffset | - | The amount to seek either forward (positive) or backward (negative) in the file. |
| bFromStart | - | If true, the seek is from the beginning of the file and if not, the seek is from the current position in the file. |
| pErr | - | A pointer to an aErr variable that receives the error code on exit from this routine. |
Return Value:
Description:
Related: