// wdm.h
PSLIST_ENTRY ExpInterlockedPushEntrySList(
PSLIST_HEADER ListHead,
__drv_aliasesMem PSLIST_ENTRY ListEntry
);
View the official Windows Driver Kit DDI referenceNo description available.
Describes the ExpInterlockedPushEntrySList function.
ListHeadDefines the PSLIST_HEADER parameter ListHead.
ListEntryDefines the PSLIST_ENTRY parameter ListEntry.
Returns a PSLIST_ENTRY construct.