SMC_ITextStream.Read (METH)ΒΆ
METHOD Read : __XWORD
Reads at most nBufSize ASCII characters from the stream into pDst.
If an error occurs, 0 is returned, otherwise the number of characters read.
Note
The number of characters read may be less than nBufSize.
- InOut:
- Scope - Name - Type - Comment - Return - Read- __XWORD- Input - pDst- POINTER TO BYTE - The destination buffer, needs at least space for - nBufSizecharacters- nBufSize- __XWORD- The size of the destination buffer in bytes