Read from the stream.
Source position: classesh.inc line 1666
public function TStreamAdapter.Read( |
pv: Pointer; |
cb: DWORD; |
pcbRead: PDWord |
):HRESULT; virtual; |
Read implements #rtl.types.ISequentialStream.Read by reading from the stream specified at creation.
This function must be overridden and will raise a runerror 217 when called directly.
|
Read data from the stream. |