FindVolumeClose function kernel32

int FindVolumeClose(
  1. int hFindVolume
)

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);