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