// usermode_accessors.h
LONG64 RtlInterlockedCompareExchange64ToUser(
LONG64 volatile *Destination,
LONG64 ExChange,
LONG64 Comperand
);
View the official Windows Driver Kit DDI referenceNo description available.
The RtlInterlockedCompareExchange64ToUser function is reserved for system use.
DestinationExChangeComperand