FsRtlAcknowledgeEcp function (ntifs.h)
The FsRtlAcknowledgeEcp routine marks an extra create parameter (ECP) context structure as acknowledged.
Syntax
void FsRtlAcknowledgeEcp(
[in] PVOID EcpContext
);
Parameters
[in] EcpContext
A pointer to the ECP to mark as acknowledged.
Return value
None
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Target Platform | Universal |
Header | ntifs.h (include Ntifs.h) |
Library | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | <= APC_LEVEL |