.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IStream_Reset 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIStream_Reset\fR (SHLWAPI.213) .SH SYNOPSIS HRESULT IStream_Reset ( IStream* \fIlpStream\fR ) .SH DESCRIPTION .PP Seek to the start of a stream. .SH PARAMS \fIlpStream\fR \fB[In]\fR \fBIStream\fR object. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. The current position within the stream is updated .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.