formZ SDK | 5.0 API Reference | System | IO Streams

fz_iost_block_write_end

Description

Ends writing an IO stream block. This is called at the conclusion of writing a block of data. This function will go back to the block header (determined by the block id)and insert the size.

Plugin Prototype

fzrt_error_td fz_iost_block_write_end(

fz_iost_ptr

iost,

fzrt_UUID_td

block_id,

fzpl_vers_td

version )

Parameters

iost [Input]

The IO stream.

block_id [Input]

The id of the block.

version [Result]

The version of the block.

Returns

FZRT_NOERR on success. Otherwise, an error code.

Availability

5.0.0.0

Function Set

fz_iost_fset


Defined in

fz_iost_api.h