RtlInterlockedOr32ToUser - NtDoc

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

LONG RtlInterlockedOr32ToUser(
  LONG volatile *Destination,
  LONG          Value
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The RtlInterlockedOr32ToUser function is reserved for system use.

Parameters

Destination

Value

Return value

Remarks

See also