// ndis.h
void NdisQueryDepthSList(
[in] SListHead
);
View the official Windows Driver Kit DDI referenceNo description available.
The NdisQueryDepthSList function returns the current number of entries in a given sequenced, singly linked list.
SListHead [in]A pointer to the head of the S-List to be queried, which the caller already initialized with NdisInitializeSListHead.