Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FsRtlFreeExtraCreateParameterList function (ntifs.h)
The FsRtlFreeExtraCreateParameterList routine frees an extra create parameter (ECP) list structure.
Syntax
VOID FsRtlFreeExtraCreateParameterList(
[in] PECP_LIST EcpList
);
Parameters
[in] EcpList
Pointer to the ECP list structure to be freed.
Return value
None
Remarks
FsRtlFreeExtraCreateParameterList frees an ECP list structure including any list elements, if they exist.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | The FsRtlFreeExtraCreateParameterList routine is available starting with Windows Vista. |
| Target Platform | Universal |
| Header | ntifs.h (include Ntifs.h) |
| Library | NtosKrnl.lib |
| DLL | NtosKrnl.exe |
| IRQL | <= APC_LEVEL |
See also
FltAllocateExtraCreateParameterFromLookasideList
Feedback
Was this page helpful?
