FsRtlAcknowledgeEcp - NtDoc

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

VOID FsRtlAcknowledgeEcp(
  [in] PVOID EcpContext
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

FsRtlAcknowledgeEcp function

Description

The FsRtlAcknowledgeEcp routine marks an extra create parameter (ECP) context structure as acknowledged.

Parameters

EcpContext [in]

A pointer to the ECP to mark as acknowledged.

Remarks

When FsRtlAcknowledgeEcp marks an ECP as acknowledged, it could indicate whether the ECP has been looked at, used, processed, or any other condition of the ECP.

You can use the FltIsEcpAcknowledged routine to determine if a particular ECP has been marked as acknowledged.

See also

ECP_LIST

FltAllocateExtraCreateParameterFromLookasideList

FltFreeExtraCreateParameter

FltGetEcpListFromCallbackData

FltIsEcpAcknowledged

FltIsEcpFromUserMode

FltRemoveExtraCreateParameter

FltSetEcpListIntoCallbackData