FSExtentPacker.PackExtent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("packExtentWithResource:type:logicalOffset:physicalOffset:length:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PackExtent(FSKit.FSBlockDeviceResource resource, FSKit.FSExtentType type, long logicalOffset, long physicalOffset, UIntPtr length);
[<Foundation.Export("packExtentWithResource:type:logicalOffset:physicalOffset:length:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PackExtent : FSKit.FSBlockDeviceResource * FSKit.FSExtentType * int64 * int64 * unativeint -> bool
override this.PackExtent : FSKit.FSBlockDeviceResource * FSKit.FSExtentType * int64 * int64 * unativeint -> bool
Parameters
- resource
- FSBlockDeviceResource
- type
- FSExtentType
- logicalOffset
- Int64
- physicalOffset
- Int64
- length
-
UIntPtr
unativeint
Returns
- Attributes