SpiStartStream 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
Start stream with SPI_START_SLAVES
flag was specified, but the stream handle passed was not a synchronization
master stream.
ERROR_START_STREAM
There was an error starting
the stream.
ERROR_DATA_ITEM_NOT_SPECIFIED
The data object
was not specified.
ERROR_DEVICE_NOT_FOUND
The device was not
found.
FAILURE
Stream handler-specific error return
code.
[Back: SpiStartStream Parameter - ulFlags]
[Next: SpiStartStream - Parameters]