FindVolumeClose function kernel32
Closes the specified volume search handle. The FindFirstVolume and FindNextVolume functions use this search handle to locate volumes.
BOOL FindVolumeClose(
HANDLE hFindVolume
);
Implementation
int FindVolumeClose(int hFindVolume) => _FindVolumeClose(hFindVolume);