Trait windows::Win32::Storage::Imapi::IFileSystemImage2_Impl
pub trait IFileSystemImage2_Impl: Sized + IFileSystemImage_Impl {
// Required methods
fn BootImageOptionsArray(&self) -> Result<*mut SAFEARRAY>;
fn SetBootImageOptionsArray(&self, newval: *const SAFEARRAY) -> Result<()>;
}
Required Methods§
fn BootImageOptionsArray(&self) -> Result<*mut SAFEARRAY>
fn SetBootImageOptionsArray(&self, newval: *const SAFEARRAY) -> Result<()>
Object Safety§
This trait is not object safe.