Trait windows::Win32::System::UpdateAgent::IUpdateSession3_Impl
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§
fn CreateUpdateServiceManager(&self) -> Result<IUpdateServiceManager2>
fn QueryHistory( &self, criteria: &BSTR, startindex: i32, count: i32, ) -> Result<IUpdateHistoryEntryCollection>
Object Safety§
This trait is not object safe.