RtlInterlockedCompareExchange64ToUser - NtDoc

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

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

NtDoc

No description available.

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

Description

The RtlInterlockedCompareExchange64ToUser function is reserved for system use.

Parameters

Destination

ExChange

Comperand

Return value

Remarks

See also