| aFile_Write | Index |
Definition:
| aLIBRETURN aFile_Write( | aIOLib ioRef, aFileRef fileRef, const char* pBuffer, const unsigned long nLength, unsigned long* pActuallyWritten, aErr* pErr); |
Parameters:
| ioRef | - | A pointer to the opaque library reference used when writing to the file. |
| fileRef | - | A aFileRef reference that represents the file to be written. |
| pBuffer | - | A pointer the the data that will be written. |
| nLength | - | The number of characters that should be written. |
| pActuallyWritten | - | If this pointer is not NULL the number of characters actually written 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: