| aStream_ReadLine | Index |
Definition:
| aLIBRETURN aStream_ReadLine( | aIOLib ioRef, aStreamRef streamRef, char* pBuffer, const unsigned long nMaxLength, aErr* pErr); |
Parameters:
| ioRef | - | A reference to the aIO library used to read from the stream. |
| streamRef | - | The stream reference that is used for reading. This must be a readable stream. |
| pBuffer | - | A pointer to memory that will receive a null-terminated, C-style string. |
| nMaxLength | - | The maximum length of string that can be read in. |
| pErr | - | A pointer to an aErr variable that receives the error code on exit from this routine. |
Return Value:
Description:
Related: