findCloseChangeNotification 函数 (fileapi.h)
停止更改通知句柄监视。
语法
BOOL FindCloseChangeNotification(
[in] HANDLE hChangeHandle
);
参数
[in] hChangeHandle
由 FindFirstChangeNotification 函数创建的更改通知句柄的句柄。
返回值
如果该函数成功,则返回值为非零值。
如果函数失败,则返回值为零。 要获得更多的错误信息,请调用 GetLastError。
注解
调用 FindCloseChangeNotification 函数后, hChangeHandle 参数指定的句柄不能用于对 FindNextChangeNotification 或 FindCloseChangeNotification 函数的后续调用。
更改通知也可以在 等待函数中使用。
在 Windows 8 和 Windows Server 2012 中,此函数由以下技术支持。
技术 | 支持 |
---|---|
服务器消息块 (SMB) 3.0 协议 | 是 |
SMB 3.0 透明故障转移 (TFO) | 是 |
具有横向扩展文件共享的 SMB 3.0 (SO) | 是 |
群集共享卷文件系统 (CSV) | 查看备注 |
弹性文件系统 (ReFS) | 是 |
应用程序可能会在 CsvF 暂停/恢复时遇到误报。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | fileapi.h (包括 Windows.h) |
Library | Kernel32.lib |
DLL | Kernel32.dll |