RtlCopyToUserFromUser - NtDoc

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

VOID RtlCopyToUserFromUser(
  volatile VOID       *Destination,
  volatile const VOID *Source,
  SIZE_T              Length
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The RtlCopyToUserFromUser function is reserved for system use.

Parameters

Destination

Source

Length

Remarks

See also