ExDeleteLookasideListEx function (wdm.h)
The ExDeleteLookasideListEx routine deletes a lookaside list.
Syntax
void ExDeleteLookasideListEx(
[in, out] PLOOKASIDE_LIST_EX Lookaside
);
Parameters
[in, out] Lookaside
A pointer to a LOOKASIDE_LIST_EX structure that describes a lookaside list. This structure was previously initialized by the ExInitializeLookasideListEx routine.
Return value
None
Remarks
ExDeleteLookasideListEx is the reciprocal of the ExInitializeLookasideListEx routine. It frees any remaining entries in the specified lookaside list and then removes the list from the system-wide set of active lookaside lists.
On return from ExDeleteLookasideListEx, the caller is responsible for releasing, if necessary, the caller-supplied storage for the LOOKASIDE_LIST_EX structure.
For more information about lookaside lists, see Using Lookaside Lists.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of Windows. |
Target Platform | Universal |
Header | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |
Library | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | <= DISPATCH_LEVEL |