// ntifs.h
VOID FsRtlFreeExtraCreateParameterList(
[in] PECP_LIST EcpList
);
View the official Windows Driver Kit DDI reference
No description available.
The FsRtlFreeExtraCreateParameterList routine frees an extra create parameter (ECP) list structure.
EcpList
[in]Pointer to the ECP list structure to be freed.
FsRtlFreeExtraCreateParameterList frees an ECP list structure including any list elements, if they exist.
FltAllocateExtraCreateParameterFromLookasideList
FltAllocateExtraCreateParameterList