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
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/istream.c".
- Debug channel "shell".