Trait windows::Win32::System::ApplicationInstallationAndServicing::IPMExtensionCachedFileUpdaterInfo_Impl
pub trait IPMExtensionCachedFileUpdaterInfo_Impl: Sized {
// Required method
fn SupportsUpdates(&self) -> Result<BOOL>;
}
Required Methods§
fn SupportsUpdates(&self) -> Result<BOOL>
Object Safety§
This trait is not object safe.