VOID
ExDeleteNPagedLookasideList(
IN PNPAGED_LOOKASIDE_LIST Lookaside
);
ExDeleteNPagedLookasideList deletes a nonpaged lookaside list.
None.
ExDeleteNPagedLookasideList removes the given lookaside list from the system list of nonpaged lookaside lists and frees any remaining entries in the list. This routine does not deallocate the list header.
Callers of ExDeleteNPagedLookasideList must be running at IRQL <= DISPATCH_LEVEL.