<!--
{
  "availability" : [
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSSeekRegionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:objc(cs)FSSeekRegionResult"
  },
  "title" : "FSSeekRegionResult"
}
-->

# FSSeekRegionResult

A seek-region result.

```
class FSSeekRegionResult
```

## Overview

Use this type in your implementation of [`seek(within:from:region:context:replyHandler:)`](/documentation/FSKit/FSVolume/SeekRegionHandler/seek(within:from:region:context:replyHandler:)).

## Topics

### Creating a seek-region result

[`init(returnedOffset: off_t)`](/documentation/FSKit/FSSeekRegionResult/init(returnedOffset:))

Creates a result for a region-seeking operation.

## Relationships

### Conforms To

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

### Inherits From

[`FSVolumeHandlerResult`](/documentation/FSKit/FSVolumeHandlerResult)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)