pub trait IUpdateSession3_Impl: Sized + IUpdateSession2_Impl {
    // Required methods
    fn CreateUpdateServiceManager(&self) -> Result<IUpdateServiceManager2>;
    fn QueryHistory(
        &self,
        criteria: &BSTR,
        startindex: i32,
        count: i32
    ) -> Result<IUpdateHistoryEntryCollection>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§