IFSVolumeKernelOffloadedIoOperations.BlockmapFile 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("blockmapFile:offset:length:flags:operationID:packer:replyHandler:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void BlockmapFile(FSKit.FSItem item, long offset, UIntPtr lengthIo, FSKit.FSBlockmapFlags flags, UIntPtr operationId, FSKit.FSExtentPacker packer, FSKit.FSVolumeKernelOffloadedIoOperationsHandler reply);
[<Foundation.Export("blockmapFile:offset:length:flags:operationID:packer:replyHandler:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member BlockmapFile : FSKit.FSItem * int64 * unativeint * FSKit.FSBlockmapFlags * unativeint * FSKit.FSExtentPacker * FSKit.FSVolumeKernelOffloadedIoOperationsHandler -> unit
override this.BlockmapFile : FSKit.FSItem * int64 * unativeint * FSKit.FSBlockmapFlags * unativeint * FSKit.FSExtentPacker * FSKit.FSVolumeKernelOffloadedIoOperationsHandler -> unit
Parameters
- item
- FSItem
- offset
- Int64
- lengthIo
-
UIntPtr
unativeint
- flags
- FSBlockmapFlags
- operationId
-
UIntPtr
unativeint
- packer
- FSExtentPacker
- Attributes