Function DADiskSetOptions

Source
pub unsafe extern "C-unwind" fn DADiskSetOptions(
    disk: &DADisk,
    options: DADiskOptions,
    value: bool,
) -> DAReturn
Available on crate features DADisk and DADissenter and libc only.
Expand description

Sets the options for the specified disk.

Parameter disk: The disk object for which to set the options.

Parameter options: The options to set or clear.

Parameter value: Pass TRUE to set options; otherwise pass FALSE to clear options.

Returns: A result code.