Implement RtlInterlockedExchangePointer() routine
This commit is contained in:
@@ -233,6 +233,11 @@ XTFASTCALL
|
||||
LONG_PTR
|
||||
RtlInterlockedDecrementLongPtr(IN VOLATILE PLONG_PTR Addend);
|
||||
|
||||
XTFASTCALL
|
||||
PVOID
|
||||
RtlInterlockedExchangePointer(IN VOLATILE PVOID *Destination,
|
||||
IN PVOID Value);
|
||||
|
||||
XTCDECL
|
||||
BOOLEAN
|
||||
RtlListEmpty(PLIST_ENTRY ListHead);
|
||||
|
Reference in New Issue
Block a user