Trait windows::Win32::System::UpdateAgent::ISearchResult_Impl
pub trait ISearchResult_Impl: Sized + IDispatch_Impl {
// Required methods
fn ResultCode(&self) -> Result<OperationResultCode>;
fn RootCategories(&self) -> Result<ICategoryCollection>;
fn Updates(&self) -> Result<IUpdateCollection>;
fn Warnings(&self) -> Result<IUpdateExceptionCollection>;
}
Required Methods§
fn ResultCode(&self) -> Result<OperationResultCode>
fn RootCategories(&self) -> Result<ICategoryCollection>
fn Updates(&self) -> Result<IUpdateCollection>
fn Warnings(&self) -> Result<IUpdateExceptionCollection>
Object Safety§
This trait is not object safe.