pub trait IUpdateSearcher2_Impl: Sized + IUpdateSearcher_Impl {
    // Required methods
    fn IgnoreDownloadPriority(&self) -> Result<VARIANT_BOOL>;
    fn SetIgnoreDownloadPriority(&self, value: VARIANT_BOOL) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§