FsRtlIsEcpAcknowledged - NtDoc

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

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

NtDoc

No description available.

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

FsRtlIsEcpAcknowledged function

Description

The FsRtlIsEcpAcknowledged routine is used to determine if a given extra create parameter (ECP) context structure has been marked as acknowledged.

Parameters

EcpContext [in]

Pointer to the ECP context structure to test for acknowledgment.

Return value

The FsRtlIsEcpAcknowledged routine returns TRUE if the ECP was marked as acknowledged and FALSE otherwise.

Remarks

To mark an ECP context structure as acknowledged, use the FltAcknowledgeEcp routine.

See also

ECP_LIST

FltAcknowledgeEcp

FltGetEcpListFromCallbackData

FltInsertExtraCreateParameter

FltIsEcpFromUserMode

FltRemoveExtraCreateParameter

FltSetEcpListIntoCallbackData