FltClose 函式 (fltkernel.h)
FltClose 會關閉 FltCreateFile 或 FltCreateFileEx 所開啟的檔案句柄。
語法
NTSTATUS FLTAPI FltClose(
[in] HANDLE FileHandle
);
參數
[in] FileHandle
處理成功呼叫 FltCreateFile 或 FltCreateFileEx 所建立的 。
傳回值
FltClose 會傳回STATUS_SUCCESS或適當的 NTSTATUS 值,如下所示:
傳回碼 | Description |
---|---|
|
FileHandle 不是有效的檔案句柄。 這是錯誤碼。 |
備註
FltClose 僅適用於 FltCreateFile 或 FltCreateFileEx 所開啟的檔案句柄。 它不應該用來關閉任意句柄。
規格需求
需求 | 值 |
---|---|
目標平台 | Universal |
標頭 | fltkernel.h (包含 Fltkernel.h) |
程式庫 | FltMgr.lib |
Dll | Fltmgr.sys |
IRQL | PASSIVE_LEVEL |