Scroll to navigation

IStream_Reset(3w) Wine API IStream_Reset(3w)

NAME

IStream_Reset (SHLWAPI.213)

SYNOPSIS

HRESULT IStream_Reset
(
IStream* lpStream
)
 

DESCRIPTION

Seek to the start of a stream.
 

PARAMS

lpStream [In] IStream object.
 

RETURNS

Success: S_OK. The current position within the stream is updated
Failure: An HRESULT error code.
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/shlwapi/istream.c".
Debug channel "shell".
Oct 2012 Wine API