.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHIStream_Read 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHIStream_Read\fR (SHLWAPI.184) .SH SYNOPSIS HRESULT SHIStream_Read ( IStream* \fIlpStream\fR, LPVOID \fIlpvDest\fR, ULONG \fIulSize\fR ) .SH DESCRIPTION .PP Call \fBIStream_Read(3w)\fR on a stream. .SH PARAMS \fIlpStream\fR \fB[In]\fR \fBIStream\fR object. .PP \fIlpvDest\fR \fB[Out]\fR Destination for data read. .PP \fIulSize\fR \fB[In]\fR Size of data to read. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIulSize\fR bytes have been read from the stream into \fIlpvDest\fR. .PP \fBFailure:\fR An \fBHRESULT\fR error code, or \fBE_FAIL\fR if the read succeeded but the number of bytes read does not match. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/shlwapi/istream.c"\fR. .PP Debug channel \fB"shell"\fR.