NdisDeleteNPagedLookasideList (Windows CE 5.0)
This function removes a nonpaged lookaside list from the system.
VOID NdisDeleteNPagedLookasideList( IN PNPAGED_LOOKASIDE_LIST Lookaside);
Parameters
- Lookaside
Pointer to the head of the lookaside list to be deleted.
Return Values
None.
Remarks
After freeing any remaining entries in the given lookaside list, NdisDeleteNPagedLookasideList removes the list from the OS-maintained set of nonpaged lookaside lists.
However, a call to NdisDeleteNPagedLookasideList does not free the list head, for which the caller originally allocated the memory. An NDIS driver is responsible for calling NdisFreeMemory to release any memory that it allocated.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.lib
See Also
NdisAllocateFromNPagedLookasideList | NdisFreeToNPagedLookasideList | NdisInitializeNPagedLookasideList
Send Feedback on this topic to the authors