| aStream_Read | Index |
Definition:
| aLIBRETURN aStream_Read( | aIOLib ioRef, aStreamRef streamRef, char* pBuffer, const unsigned long nLength, 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 is to receive the bytes read in. |
| nLength | - | The number of bytes to be read from the stream. |
| pErr | - | A pointer to an aErr variable that receives the error code on exit from this routine. |
Return Value:
Description:
Related: