DADiskMountWithArguments

Function DADiskMountWithArguments 

Source
pub unsafe extern "C" fn DADiskMountWithArguments(
    disk: DADiskRef,
    path: CFURLRef,
    options: DADiskMountOptions,
    callback: DADiskMountCallback,
    context: *mut c_void,
    arguments: *mut CFStringRef,
)
Expand description

Mounts the volume at the specified disk object, with the specified mount options.

§Parameters

  • disk - The disk object.
  • path - The mount path. Pass NULL for a “standard” mount path.
  • options - The mount options.
  • callback - The callback function to call once the mount completes.
  • context - The user-defined context parameter to pass to the callback function.
  • arguments - The null-terminated list of mount options to pass to /sbin/mount -o.