RtlSetUserMemory - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// usermode_accessors.h

VOID RtlSetUserMemory(
  volatile VOID *Destination,
  UCHAR         Fill,
  SIZE_T        Length
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-usermode_accessors-rtlsetusermemory)

Description

The RtlSetUserMemory function is reserved for system use.

Parameters

Destination

Fill

Length

Remarks

See also