FindVolumeClose method

int FindVolumeClose(
  1. Pointer<Void> hFindVolume
)

Implementation

int FindVolumeClose(
  ffi.Pointer<ffi.Void> hFindVolume,
) {
  return _FindVolumeClose(
    hFindVolume,
  );
}