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

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

Implemented in "dlls/shlwapi/istream.c". source.winehq.org/source/dlls/shlwapi/istream.c

Debug channel "shell".


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.