.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IStream_Size 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIStream_Size\fR (SHLWAPI.214) .SH SYNOPSIS HRESULT IStream_Size ( IStream* \fIlpStream\fR, ULARGE_INTEGER* \fIlpulSize\fR ) .SH DESCRIPTION .PP Get the size of a stream. .SH PARAMS \fIlpStream\fR \fB[In]\fR \fBIStream\fR object. .PP \fIlpulSize\fR \fB[Out]\fR Destination for size. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIlpulSize\fR contains the size of the stream. .PP \fBFailure:\fR An \fBHRESULT\fR error code. .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.