FsRtlInitializeExtraCreateParameterList - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

NTSTATUS FsRtlInitializeExtraCreateParameterList(
  [in, out] PECP_LIST EcpList
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-fsrtlinitializeextracreateparameterlist)

FsRtlInitializeExtraCreateParameterList function

Description

The FsRtlInitializeExtraCreateParameterList routine initializes an extra create parameter (ECP) context structure list.

Parameters

EcpList [in, out]

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.

See also

ECP_LIST