RtlWriteUCharToUser - NtDoc

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

VOID RtlWriteUCharToUser(
  volatile UCHAR *Address,
  UCHAR          Value
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The RtlWriteUCharToUser function is reserved for system use.

Parameters

Address

Value

Remarks

See also