IStream_Reset (SHLWAPI.213)
HRESULT IStream_Reset ( IStream* lpStream )
Seek to the start of a stream.
lpStream | [In] | IStream object. |
Success: S_OK. The current position within the stream is updated
Failure: An HRESULT error code.
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 © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.