Trait windows::Win32::System::UpdateAgent::IUpdateHistoryEntry2_Impl
pub trait IUpdateHistoryEntry2_Impl: Sized + IUpdateHistoryEntry_Impl {
// Required method
fn Categories(&self) -> Result<ICategoryCollection>;
}
Required Methods§
fn Categories(&self) -> Result<ICategoryCollection>
Object Safety§
This trait is not object safe.