CreateTapePartition method

int CreateTapePartition(
  1. Pointer<Void> hDevice,
  2. int dwPartitionMethod,
  3. int dwCount,
  4. int dwSize,
)

Implementation

int CreateTapePartition(
  ffi.Pointer<ffi.Void> hDevice,
  int dwPartitionMethod,
  int dwCount,
  int dwSize,
) {
  return _CreateTapePartition(
    hDevice,
    dwPartitionMethod,
    dwCount,
    dwSize,
  );
}