SpiDisableSync - Parameters
hstreamMaster
(
HSTREAM
) - input
Identifies the stream grouping to remove. The group is identified by the master stream in the group.
rc
(
ULONG
) - returns
Return codes indicating success or the type of failure:
NO_ERROR
Success.
ERROR_INVALID_FUNCTION
Invalid function requested.
ERROR_INVALID_STREAM
Invalid stream handle.
ERROR_STREAM_NOTMASTER
The stream handle passed was not a synchronization master stream.
ERROR_STREAM_PREROLLING
The sync group cannot be removed while streams in the group are being prerolled.
FAILURE
Stream handler-specific error return code.
[Back: SpiDisableSync Return Value - rc]
[Next: SpiDisableSync - Remarks]