RtlInterlockedCompareExchange32ToUser - NtDoc

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

LONG RtlInterlockedCompareExchange32ToUser(
  LONG volatile *Destination,
  LONG          ExChange,
  LONG          Comperand
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The RtlInterlockedCompareExchange32ToUser function is reserved for system use.

Parameters

Destination

ExChange

Comperand

Return value

Remarks

See also