Implement RtlInterlockedExchangePointer() routine

This commit is contained in:
2023-10-29 11:48:31 +01:00
parent 6d63750fc2
commit cf7c467637
2 changed files with 27 additions and 0 deletions

View File

@@ -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);