DADiskSetOptions

Function DADiskSetOptions 

Source
pub unsafe extern "C" fn DADiskSetOptions(
    disk: DADiskRef,
    options: DADiskOptions,
    value: Boolean,
) -> DAReturn
Expand description

Sets the options for the specified disk.

§Parameters

  • disk - The disk object for which to set the options.
  • options - The options to set or clear.
  • value - Pass TRUE to set options; otherwise pass FALSE to clear options.

§Returns

A result code.