SpiDestroyStream - Parameters
hstream
(
HSTREAM
) - input
Identifies the stream to remove from the system.
rc
(
ULONG
) - returns
Return code indicating success or the type of failure:
NO_ERROR
Success.
ERROR_DESTROY_STREAM
Tried to destroy a split stream that owns buffers while streams that use these buffers still exist.
ERROR_INVALID_FUNCTION
Invalid function requested.
ERROR_INVALID_STREAM
Invalid stream handle.
FAILURE
Stream handler-specific error return code.
[Back: SpiDestroyStream Return Value - rc]
[Next: SpiDestroyStream - Remarks]