SpiStopStream 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_STREAM_NOTMASTER
Stop stream with SPI_STOP_SLAVES flag was specified,
but the stream handle passed was not a synchronization master stream.
ERROR_STREAM_STOP_PENDING
A stream-stop is already pending.
ERROR_STREAM_ALREADY_STOP
The stream has been stopped or has reached the
end of the data and stopped.
ERROR_STREAM_NOT_STARTED
The stream is either in the process of prerolling
or the stream has been prerolled and a flush stop is requested.
ERROR_STREAM_ALREADY_PAUSE
The stream is already stopped (pause).
FAILURE
Stream handler-specific error return code.
[Back: SpiStopStream Parameter - ulFlags]
[Next: SpiStopStream - Parameters]