FsRtlInitializeExtraCreateParameterList function (ntifs.h)
The FsRtlInitializeExtraCreateParameterList routine initializes an extra create parameter (ECP) context structure list.
Syntax
NTSTATUS FsRtlInitializeExtraCreateParameterList(
[in, out] PECP_LIST EcpList
);
Parameters
[in, out] EcpList
Pointer to the ECP_LIST structure to initialize.
Return value
FsRtlInitializeExtraCreateParameterList returns STATUS_SUCCESS if it successfully initialized the given ECP_LIST structure, and returns an error if it did not.
Requirements
Requirement | Value |
---|---|
Minimum supported client | The FsRtlInitializeExtraCreateParameterList routine is available starting with Windows 7. |
Target Platform | Universal |
Header | ntifs.h (include Ntifs.h) |
Library | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | <= APC_LEVEL |