SpiSeekStream Return Value - rc
rc (ULONG) - returns
Return
codes indicating success or the type of failure:
NO_ERROR
ERROR_INVALID_FUNCTION
Invalid function requested.
ERROR_INVALID_STREAM
ERROR_INVALID_FLAG
The flag passed is invalid.
ERROR_INVALID_MMTIME
The specified MMTIME format is not understood by
this stream.
ERROR_STREAM_NOT_STOP
The
stream cannot perform the requested function unless the stream is stopped.
ERROR_DATA_ITEM_NOT_SPECIFIED
The
data object is not specified.
ERROR_STREAM_NOT_SEEKABLE
Seek is an invalid request for this stream. (For
example, seeking on a record does not make sense).
ERROR_STREAM_NOTMASTER
Seek stream with SPI_START_SLAVES flag was specified,
but the stream handle passed was not a synchronization master stream.
ERROR_DATA_ITEM_NOT_SEEKABLE
Seek is an invalid request for the data object.
ERROR_NOT_SEEKABLE_BY_TIME
Cannot
seek the data object using an MMTIME value.
ERROR_NOT_SEEKABLE_BY_BYTES
Cannot seek the data object using a byte value.
FAILURE
Stream handler-specific
error return code.
[Back: SpiSeekStream Parameter - lSeekPoint]
[Next: SpiSeekStream - Parameters]