Group: File System - Library: kernel32
Enumerating Volumes and Volume Mounting Points (NTFS)
BOOL FindVolumeMountPointClose(
HANDLE hFindVolumeMountPoint
);
DECLARE INTEGER FindVolumeMountPointClose IN kernel32;
INTEGER hFindVolumeMountPoint
hFindVolumeMountPoint [in] Mount-point search handle to close. This handle must have been previously opened by the FindFirstVolumeMountPoint function.
If the function succeeds, the return value is nonzero.