SHC_SEEK Return Value - rc
rc (ULONG)
Return
codes indicating success or the type of failure:
NO_ERROR
ERROR_INVALID_FUNCTION
Invalid function requested.
ERROR_INVALID_STREAM
ERROR_INVALID_MMTIME
The specific MMTIME
format is not understood by this stream.
ERROR_INVALID_HID
ERROR_INVALID_FLAG
The flag passed is invalid.
ERROR_DATA_ITEM_NOT_SPECIFIED
The data object was not specified.
ERROR_STREAM_NOT_SEEKABLE
Seek is an invalid request for this stream. (For
example, performing a seek while recording.)
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.
ERROR_STREAM_NOT_STOP
The stream cannot perform the request.
FAILURE
Stream handler-specific error return code.
[Back: SHC_SEEK Parameter - pParmIn]
[Next: SHC_SEEK - Description]