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(
    TargetPartition,
    SparePartition,
    Flags,
  );
}