You are reading help file online using chmlib.com
|
ISpStreamFormatConverter::ResetSeekPosition resets the format converter's stream seek position to the start of the stream. This method changes the seek position of the base stream to zero.
HRESULT ResetSeekPosition( void );
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| SPERR_UNINITIALIZED | Current stream base is uninitialized. |
You are reading help file online using chmlib.com
|