Trait windows::Win32::Storage::Imapi::IMultisession_Impl
pub trait IMultisession_Impl: Sized + IDispatch_Impl {
// Required methods
fn IsSupportedOnCurrentMediaState(&self) -> Result<VARIANT_BOOL>;
fn SetInUse(&self, value: VARIANT_BOOL) -> Result<()>;
fn InUse(&self) -> Result<VARIANT_BOOL>;
fn ImportRecorder(&self) -> Result<IDiscRecorder2>;
}
Required Methods§
fn IsSupportedOnCurrentMediaState(&self) -> Result<VARIANT_BOOL>
fn SetInUse(&self, value: VARIANT_BOOL) -> Result<()>
fn InUse(&self) -> Result<VARIANT_BOOL>
fn ImportRecorder(&self) -> Result<IDiscRecorder2>
Object Safety§
This trait is not object safe.