SpiStopStream Parameter - ulFlags
ulFlags (ULONG) - input
 Contains
none or some of the following flags:
SPI_STOP_STREAM
 Pause the stream.  No data is lost.
 This is the default setting.
SPI_STOP_SLAVES Stop
master stream and any slave streams in the same sync group.  If this flag
is set, the hstream must be the stream handle of a master stream.
SPI_STOP_FLUSH Continue
to stream data until all stream buffers are empty.  No new full buffers
are accepted from the source stream handler.  This is an asynchronous function.
SPI_STOP_DISCARD Stop the
stream and discard all stream buffers.  This is an asynchronous function.
[Back: SpiStopStream Parameter - hstream] 
[Next: SpiStopStream Return Value - rc]