// ndis.h
void NdisDeleteNPagedLookasideList(
_L
);
View the official Windows Driver Kit DDI referenceNo description available.
The NdisDeleteNPagedLookasideList function removes a nonpaged lookaside list from the system.
_LA pointer to the head of the lookaside list to be deleted.
After freeing any remaining entries in the given lookaside list, NdisDeleteNPagedLookasideList removes the list from the OS-maintained set of nonpaged lookaside lists.
However, NdisDeleteNPagedLookasideList does not free the list head, for which the caller originally allocated the memory. An NDIS driver is responsible for calling the NdisFreeMemory function to release any memory that it allocated.
NdisAllocateFromNPagedLookasideList
NdisInitializeNPagedLookasideList