RtlFillMemory v0.1.0

Source
Fills a memory range with a byte value.

Package: Windows

Microsoft documentation: RtlFillMemory

Signature

func RtlFillMemory(
    destination: *opaque,
    length: uint,
    fill: int32
);

Writes the low 8 bits of fill to each of length bytes. destination must be writable for the complete range.

See also