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

# init(returnedOffset:)

Creates a result for a region-seeking operation.

```
init(returnedOffset: off_t)
```

## Parameters

`returnedOffset`

The offset of the requested region, greater than or equal to the supplied offset.

## Return Value

A populated result instance, or `nil` if validation fails.

---

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)