FsRtlIsEcpAcknowledged 函式 (ntifs.h)
FsRtlIsEcpAcknowledged 例程是用來判斷指定的額外建立參數 (ECP) 內容結構是否已標示為已認可。
語法
BOOLEAN FsRtlIsEcpAcknowledged(
[in] PVOID EcpContext
);
參數
[in] EcpContext
要測試通知之 ECP 內容結構的指標。
傳回值
FsRtlIsEcpAcknowledged 例程會傳回 true TRUE 如果 ECP 標示為已認可,否則 FALSE。
言論
若要將ECP內容結構標示為已認可,請使用 FltAcknowledgeEcp 例程。
要求
要求 | 價值 |
---|---|
最低支援的用戶端 | FsRtlIsEcpAcknowledged 例程可從 Windows Vista 開始使用。 |
目標平臺 | 普遍 |
標頭 | ntifs.h (include Ntifs.h) |
連結庫 | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | <= APC_LEVEL |