| aStream_WriteLine | Index |
Definition:
| aLIBRETURN aStream_WriteLine( | aIOLib ioRef, aStreamRef streamRef, const char* pBuffer, 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 a null-terminated, C-style string to be written. |
| pErr | - | A pointer to an aErr variable that receives the error code on exit from this routine. |
Return Value:
Description:
Related: