Platform SDK: Files and I/O |
The FindVolumeMountPointClose function closes the specified mount-point search handle. The FindFirstVolumeMountPoint and FindNextVolumeMountPoint functions use this search handle to locate volume mount points on a specified volume.
BOOL FindVolumeMountPointClose( HANDLE hFindVolumeMountPoint // search handle );
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
After the FindVolumeMountPointClose function is called, the handle hFindVolumeMountPoint cannot be used in subsequent calls to either FindNextVolumeMountPoint or FindVolumeMountPointClose.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Winbase.h; include Windows.h.
Library: Use Kernel32.lib.
File Systems Overview, File System Functions, FindFirstVolumeMountPoint, FindNextVolumeMountPoint