16 __int16
volatile *Destination,
21#pragma intrinsic(_InterlockedCompareExchange16)
42 IN volatile UINT16 *Value,
43 IN UINT16 CompareValue,
44 IN UINT16 ExchangeValue
UINT16 EFIAPI InternalSyncCompareExchange16(IN volatile UINT16 *Value, IN UINT16 CompareValue, IN UINT16 ExchangeValue)
__int16 _InterlockedCompareExchange16(__int16 volatile *Destination, __int16 Exchange, __int16 Comperand)