package vhd-format

  1. Overview
  2. Docs
type t = {
  1. table_offset : int64;
  2. max_table_entries : int;
  3. block_size_sectors_shift : int;
  4. checksum : int32;
  5. parent_unique_id : Uuidm.t;
  6. parent_time_stamp : int32;
  7. parent_unicode_name : int array;
  8. parent_locators : Parent_locator.t array;
}
val create : table_offset:int64 -> current_size:int64 -> ?block_size_sectors_shift:int -> ?checksum:int32 -> ?parent_unique_id:Uuidm.t -> ?parent_time_stamp:int32 -> ?parent_unicode_name:int array -> ?parent_locators:Parent_locator.t array -> unit -> t
val equal : t -> t -> bool
val to_string : t -> string
val compute_checksum : t -> int32
val sizeof_bitmap : t -> int
val default_block_size : int
val default_block_size_sectors_shift : int
val sizeof : int
val marshal : Cstruct.t -> t -> t
val unmarshal : Cstruct.t -> (t, exn) Vhd_result.t
OCaml

Innovation. Community. Security.