formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Memory
Description
Swaps byte order of a array of fzrt_int integers.
Plugin Prototype
fzrt_error_td fzrt_endian_swap_n_longs(
fzrt_int * | data, |
fzrt_int | num_longs ) |
Parameters
data [Input, Result]
pointer to array of longs to swap, contains swapped values on exit
num_longs [Input]
number of fzrt_int values to swap
Returns
FZRT_NOERR on success, otherwise an error ID
Availability
5.0.0.0
See Also
Function Set
Defined in