15 __int64
volatile *Destination,
20#pragma intrinsic(_InterlockedCompareExchange64)
41 IN volatile UINT64 *Value,
42 IN UINT64 CompareValue,
43 IN UINT64 ExchangeValue
UINT64 EFIAPI InternalSyncCompareExchange64(IN volatile UINT64 *Value, IN UINT64 CompareValue, IN UINT64 ExchangeValue)
__int64 _InterlockedCompareExchange64(__int64 volatile *Destination, __int64 Exchange, __int64 Comperand)