|
noexcept |
Computes bitwise NOT of value in place of its buffer.
| [in,out] | pSrcDest | A pointer to a buffer with a value subjected to bitwise NOT in place. |
| cbSrcDest | A size of the value pointed to by pSrcDest. |
For the operation it is irrelevant whether bytes of the integers are specified in the Little-Endian or Big-Endian order.
To preserve the input value and copy the result of the operation into a separate buffer, use memnot_copy (faster), memnot_LE or memnot_BE.
The memnot_LE and memnot_BE functions allow variable-sized and possibly overlapping input and output buffers.