InterlockedCompareExchange

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

int8

 

InterlockedCompareExchange

(
    volatile int8* Dest,
    int8 Exchange,
    int8 Comparand
)

Public function Static

int16

 

InterlockedCompareExchange

(
    volatile int16* Dest,
    int16 Exchange,
    int16 Comparand
)

Public function Static

int32

 

InterlockedCompareExchange

(
    volatile int32* Dest,
    int32 Exchange,
    int32 Comparand
)

Public function Static

int64

 

InterlockedCompareExchange

(
    volatile int64* Dest,
    int64 Exchange,
    int64 Comparand
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss