ReplacePartitionUnit method

int ReplacePartitionUnit(
  1. Pointer<Uint16> TargetPartition,
  2. Pointer<Uint16> SparePartition,
  3. int Flags
)

Implementation

int ReplacePartitionUnit(
  ffi.Pointer<ffi.Uint16> TargetPartition,
  ffi.Pointer<ffi.Uint16> SparePartition,
  int Flags,
) {
  return (_ReplacePartitionUnit ??= _dylib.lookupFunction<
      _c_ReplacePartitionUnit,
      _dart_ReplacePartitionUnit>('ReplacePartitionUnit'))(
    TargetPartition,
    SparePartition,
    Flags,
  );
}