|
noexcept |
Inverts a bit order of data and writes the result to a possibly different buffer.
[out] | pResult | An output buffer to receive the inverse data. |
[in] | pApi | Points to the input data of the byte size given by cbApi . |
cbApi | Size of the input data, in bytes. |
Unlike mirror_bits_kbo
, this function inverts both the byte and bit order of the data.