close_istream

Use the close_istream v4 API method to close the input stream for the specified blob.

Declaration

void close_istream(
	a_v4_extfn_blob *blob,
	a_v4_extfn_blob_istream *is
	)

Usage

Closes the input stream previously opened with the open_istream API.

Parameters

Parameter Description
blob The blob to close the input stream on.
is A parameter identifying the input stream to close.

Returns

Nothing.

Related reference
blob_length
open_istream
release