Home
last modified time | relevance | path

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

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/ApplicationModel/
H A Dmod.rs243 Self::IAppInfoStatics(|this| unsafe { in Current()
249 Self::IAppInfoStatics(|this| unsafe { in GetFromAppUserModelId()
256 Self::IAppInfoStatics(|this| unsafe { in GetFromAppUserModelIdForUser()
275 …pub fn IAppInfoStatics<R, F: FnOnce(&IAppInfoStatics) -> ::windows::runtime::Result<R>>(callback: … in IAppInfoStatics() method
276 …static mut SHARED: ::windows::runtime::FactoryCache<AppInfo, IAppInfoStatics> = ::windows::runtime… in IAppInfoStatics()
1014 pub struct IAppInfoStatics(::windows::runtime::IInspectable); struct
1015 unsafe impl ::windows::runtime::Interface for IAppInfoStatics { implementation