formZ SDK | 5.0 API Reference | System | IO Streams
Description
Sets the byte order of the IO stream to be written. Sets the byte order of the IO stream to be written to either FZ_ENDIAN_SMALL or FZ_ENDIAN_BIG.
Plugin Prototype
fzrt_error_td fz_iost_set_endian(
iost, | |
char | file_endian ) |
Parameters
iost [Input]
The IO stream.
file_endian [Result]
The byte order.
Returns
FZRT_NOERR on success. Otherwise, an error code.
Availability
5.0.0.0
Function Set
Defined in