Home
last modified time | relevance | path

Searched refs:IAppDataPathsStatics (Results 1 – 1 of 1) sorted by last modified time

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Storage/
H A Dmod.rs87 Self::IAppDataPathsStatics(|this| unsafe { in GetForUser()
93 Self::IAppDataPathsStatics(|this| unsafe { in GetDefault()
98 …pub fn IAppDataPathsStatics<R, F: FnOnce(&IAppDataPathsStatics) -> ::windows::runtime::Result<R>>(… in IAppDataPathsStatics() method
99 …static mut SHARED: ::windows::runtime::FactoryCache<AppDataPaths, IAppDataPathsStatics> = ::window… in IAppDataPathsStatics()
1479 pub struct IAppDataPathsStatics(::windows::runtime::IInspectable); struct
1480 unsafe impl ::windows::runtime::Interface for IAppDataPathsStatics { implementation