Function libCZI_ReleaseInputStream#
Defined in File libCZIApi.h
Function Documentation#
-
LibCZIApiErrorCode libCZI_ReleaseInputStream(InputStreamObjectHandle stream_object)#
Release the specified input stream object. After this function is called, the handle is no longer valid. Note that calling this function will only decrement the usage count of the underlying object; whereas the object itself (and the resources it holds) will only be released when the usage count reaches zero.
- Parameters:
stream_object – The input stream object.
- Returns:
An error-code indicating success or failure of the operation.