SpiDestroyStream Return Value - rc
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 Parameter - hstream]
[Next: SpiDestroyStream - Parameters]