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