DADiskEject

Function DADiskEject 

Source
pub unsafe extern "C" fn DADiskEject(
    disk: DADiskRef,
    options: DADiskEjectOptions,
    callback: DADiskEjectCallback,
    context: *mut c_void,
)
Expand description

Ejects the specified disk object.

ยงParameters

  • disk - The disk object.
  • options - The eject options.
  • callback - The callback function to call once the ejection completes.
  • context - The user-defined context parameter to pass to the callback function.