formZ SDK | 5.0 API Reference | System | IO Streams
Description
Starts writing an IO stream block. This function must be called at the beginning of writing each block of data. This will set the blocks id and version. After the data os written, must be called.
Plugin Prototype
fzrt_error_td fz_iost_block_write_start(
iost, | |
block_id, | |
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
Defined in