Sack Library Documentation
|
MEM_PROC PTRSZVAL MEM_API LockedExchange64(PVPTRSZVAL p, PTRSZVAL val);
Parameters |
Description |
PVPTRSZVAL p |
a pointer to a 64 bit value to replace. |
PTRSZVAL val |
the value to replace into p |
the value previously in p.
multi-processor safe exchange the value in a 64 bit variable with another value.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|