| aStream_Write | Index |
Definition:
| aLIBRETURN aStream_Write( | aIOLib ioRef, aStreamRef streamRef, const char* pBuffer, const unsigned long nLength, aErr* pErr); |
Parameters:
| ioRef | - | A reference to the aIO library used to write to the stream. |
| streamRef | - | The stream reference that is used for writing. This must be a writeable stream. |
| pBuffer | - | A pointer to memory that holds the bytes to be written. |
| nLength | - | The number of bytes to write to the stream. |
| pErr | - | A pointer to an aErr variable that receives the error code on exit from this routine. |
Return Value:
Description:
Related: