FsRtlIsEcpAcknowledged function (ntifs.h)

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

Syntax

BOOLEAN FsRtlIsEcpAcknowledged(
  [in] PVOID EcpContext
);

Parameters

[in] EcpContext

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.

Requirements

Requirement Value
Minimum supported client The FsRtlIsEcpAcknowledged routine is available starting with Windows Vista.
Target Platform Universal
Header ntifs.h (include Ntifs.h)
Library NtosKrnl.lib
DLL NtosKrnl.exe
IRQL <= APC_LEVEL

See also

ECP_LIST

FltAcknowledgeEcp

FltGetEcpListFromCallbackData

FltInsertExtraCreateParameter

FltIsEcpFromUserMode

FltRemoveExtraCreateParameter

FltSetEcpListIntoCallbackData