Inverses an order of bytes and writes the result to the destination buffer.
- Parameters
-
[out] | pResult | is a pointer to an output buffer of cbApi bytes of size receiving the resulting block of data. The parameter may be equal to the pApi pointing the input that will be processed in place. |
[in] | pApi | is an input buffer containing cbApi bytes of data to be processed. |
| cbApi | is a byte size of data participating in the byte swap operation and a byte size of the output buffer. |
- See also
- BYTESWAP_UINT32;
BYTESWAP_UINT64;
byte_swap_inplace.