// ntifs.h
NTSTATUS FsRtlInitializeExtraCreateParameterList(
[in, out] PECP_LIST EcpList
);
View the official Windows Driver Kit DDI referenceNo description available.
The FsRtlInitializeExtraCreateParameterList routine initializes an extra create parameter (ECP) context structure list.
EcpList [in, out]Pointer to the ECP_LIST structure to initialize.
FsRtlInitializeExtraCreateParameterList returns STATUS_SUCCESS if it successfully initialized the given ECP_LIST structure, and returns an error if it did not.