Memory Operations
Raw byte-oriented memory operations.
Module: Windows
| Function | Description |
|---|---|
RtlCompareMemory | Count equal leading bytes. |
RtlCopyMemory | Copy non-overlapping memory. |
RtlFillMemory | Fill memory with a byte value. |
RtlZeroMemory | Fill memory with zeros. |
The caller must provide valid, sufficiently large buffers. These functions do not perform bounds checking.