NdisQueryDepthSList - NtDoc

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

void NdisQueryDepthSList(
  [in] SListHead
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ndis-ndisquerydepthslist)

NdisQueryDepthSList macro

Description

The NdisQueryDepthSList function returns the current number of entries in a given sequenced, singly linked list.

Parameters

SListHead [in]

A pointer to the head of the S-List to be queried, which the caller already initialized with NdisInitializeSListHead.

See also

NdisInitializeSListHead

NdisInterlockedPopEntrySList

NdisInterlockedPushEntrySList