Set the local byte ordering in LibHFZ. If this function is not called, the assumed byte order is little-endian (Intel / Windows).
TYPE hfzSetLocalByteOrder(long ByteOrder);
| Name | Type | Comment |
|---|---|---|
| ByteOrder | long | The local byte order. See comments for allowed values. |
LIBHFZ_ERROR_INVALID_PARAM if the byte order is not supported, and STATUS_OK LIBHFZ_STATUS_OK otherwise.
The following tokens are accepted by hfzSetLocalByteOrder:
The first three values are equivalent to one another, as are the last three values.