FindVolumeMountPointClose method

int FindVolumeMountPointClose(
  1. Pointer<Void> hFindVolumeMountPoint
)

Implementation

int FindVolumeMountPointClose(
  ffi.Pointer<ffi.Void> hFindVolumeMountPoint,
) {
  return _FindVolumeMountPointClose(
    hFindVolumeMountPoint,
  );
}