Implement RtlRemoveEntryList() routine

This commit is contained in:
2022-11-28 23:00:20 +01:00
parent cba4a065ba
commit b275caf161
2 changed files with 20 additions and 0 deletions

View File

@@ -55,6 +55,9 @@ RtlMoveMemory(OUT PVOID Destination,
IN PCVOID Source,
IN SIZE_T Length);
VOID
RtlRemoveEntryList(IN PLIST_ENTRY Entry);
XTAPI
BOOLEAN
RtlSameMemory(IN PCVOID LeftBuffer,