FindVolumeMountPointClose 函数 (winbase.h)
关闭指定的装载的文件夹搜索句柄。 FindFirstVolumeMountPoint 和 FindNextVolumeMountPoint 函数使用此搜索句柄在指定卷上查找已装载的文件夹。
语法
BOOL FindVolumeMountPointClose(
[in] HANDLE hFindVolumeMountPoint
);
参数
[in] hFindVolumeMountPoint
要关闭的装载文件夹搜索句柄。 此句柄必须以前由 FindFirstVolumeMountPoint 函数打开。
返回值
如果该函数成功,则返回值为非零值。
如果函数失败,则返回值为零。 要获得更多的错误信息,请调用 GetLastError。
注解
调用 FindVolumeMountPointClose 函数后,句柄 hFindVolumeMountPoint 不能用于对 FindNextVolumeMountPoint 或 FindVolumeMountPointClose 的后续调用。
FindFirstVolumeMountPoint、FindNextVolumeMountPoint 和 FindVolumeMountPointClose 函数返回指定卷已装载文件夹的路径。 它们不返回驱动器号或卷 GUID 路径。 有关枚举卷的卷 GUID 路径的信息,请参阅 枚举卷 GUID 路径。
在 Windows 8 和 Windows Server 2012 中,此函数由以下技术支持。
技术 | 支持 |
---|---|
服务器消息块 (SMB) 3.0 协议 | 否 |
SMB 3.0 透明故障转移 (TFO) | 否 |
具有横向扩展文件共享的 SMB 3.0 (SO) | 否 |
群集共享卷文件系统 (CSV) | 否 |
弹性文件系统 (ReFS) | 是 |
SMB 不支持卷管理功能。 CsvFS 不支持在 CSV 卷上添加装入点。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | winbase.h (包括 Windows.h) |
Library | Kernel32.lib |
DLL | Kernel32.dll |