ExpInterlockedPushEntrySList - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

PSLIST_ENTRY ExpInterlockedPushEntrySList(
  PSLIST_HEADER                 ListHead,
  __drv_aliasesMem PSLIST_ENTRY ListEntry
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-expinterlockedpushentryslist)

Description

Describes the ExpInterlockedPushEntrySList function.

Parameters

ListHead

Defines the PSLIST_HEADER parameter ListHead.

ListEntry

Defines the PSLIST_ENTRY parameter ListEntry.

Return value

Returns a PSLIST_ENTRY construct.

Remarks

See also