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