FindCloseChangeNotification 函式 (fileapi.h)
停止變更通知句柄監視。
語法
BOOL FindCloseChangeNotification(
[in] HANDLE hChangeHandle
);
參數
[in] hChangeHandle
FindFirstChangeNotification 函式所建立之變更通知句柄的句柄。
傳回值
如果函式成功,則傳回非零的值。
如果此函式失敗,則傳回值為零。 若要取得擴充的錯誤資訊,請呼叫 GetLastError。
備註
呼叫 FindCloseChangeNotification 函式之後, hChangeHandle 參數指定的句柄無法用於 FindNextChangeNotification 或 FindCloseChangeNotification 函式的後續呼叫中。
變更通知也可以在 等候函式中使用。
在 Windows 8 和 Windows Server 2012 中,下列技術支援此函式。
技術 | 支援 |
---|---|
伺服器消息塊 (SMB) 3.0 通訊協定 | Yes |
SMB 3.0 透明故障轉移 (TFO) | Yes |
具有向外延展檔案共用的SMB 3.0 (SO) | Yes |
叢集共用磁碟區文件系統 (CsvFS) | 請參閱備註 |
彈性檔案系統 (ReFS) | Yes |
應用程式可能會在 CsvFs 暫停/繼續時遇到誤判。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | fileapi.h (包含 Windows.h) |
程式庫 | Kernel32.lib |
DLL | Kernel32.dll |