ISpStreamFormatConverter::ResetSeekPosition (Windows Embedded CE 6.0)
1/6/2010
This method 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.
Syntax
HRESULT ResetSeekPosition(void);
Parameters
None.
Return Value
The following table shows the possible return values.
Value | Description |
---|---|
S_OK |
Function completed successfully. |
SPERR_UNINITIALIZED |
Current stream base is uninitialized. |
Requirements
Header | sapi.h, sapi.idl |
Library | sapilib.lib |
Windows Embedded CE | Windows CE .NET 4.1 and later |