Home
last modified time | relevance | path

Searched refs:IPMBackgroundServiceAgentInfoEnumerator (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs3714 pub struct IPMBackgroundServiceAgentInfoEnumerator(::windows::runtime::IUnknown); struct
3715 impl IPMBackgroundServiceAgentInfoEnumerator { impl
3721 unsafe impl ::windows::runtime::Interface for IPMBackgroundServiceAgentInfoEnumerator { implementation
3725 impl ::std::convert::From<IPMBackgroundServiceAgentInfoEnumerator> for ::windows::runtime::IUnknown…
3726 fn from(value: IPMBackgroundServiceAgentInfoEnumerator) -> Self { in from()
3730 impl ::std::convert::From<&IPMBackgroundServiceAgentInfoEnumerator> for ::windows::runtime::IUnknow…
3731 fn from(value: &IPMBackgroundServiceAgentInfoEnumerator) -> Self { in from()
3735 …:runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IPMBackgroundServiceAgentInfoEnumerator { implementation
3740 …runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IPMBackgroundServiceAgentInfoEnumerator { implementation
4119 …UM_FILTER>>(&self, ppbsaenum: *mut ::std::option::Option<IPMBackgroundServiceAgentInfoEnumerator>,… in AllBackgroundServiceAgents() argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs1331 pub type IPMBackgroundServiceAgentInfoEnumerator = *mut ::core::ffi::c_void; typedef