IFSVolumeKernelOffloadedIoOperations.PreallocateSpace 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("preallocateSpaceForFile:atOffset:length:flags:packer:replyHandler:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PreallocateSpace(FSKit.FSItem file, long offset, UIntPtr length, FSKit.FSPreallocateFlags flags, FSKit.FSExtentPacker packer, FSKit.FSVolumeKernelOffloadedIoOperationsPreallocateSpaceHandler reply);
[<Foundation.Export("preallocateSpaceForFile:atOffset:length:flags:packer:replyHandler:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PreallocateSpace : FSKit.FSItem * int64 * unativeint * FSKit.FSPreallocateFlags * FSKit.FSExtentPacker * FSKit.FSVolumeKernelOffloadedIoOperationsPreallocateSpaceHandler -> unit
override this.PreallocateSpace : FSKit.FSItem * int64 * unativeint * FSKit.FSPreallocateFlags * FSKit.FSExtentPacker * FSKit.FSVolumeKernelOffloadedIoOperationsPreallocateSpaceHandler -> unit
Parameters
- file
- FSItem
- offset
- Int64
- length
-
UIntPtr
unativeint
- flags
- FSPreallocateFlags
- packer
- FSExtentPacker
- Attributes