Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/src/System/
H A DEnvironment.WinRT.cs40 return UserDataPaths.GetDefault().RoamingAppData; in GetFolderPathCoreCurrent()
56 return UserDataPaths.GetDefault().Music; in GetFolderPathCoreCurrent()
58 return UserDataPaths.GetDefault().Pictures; in GetFolderPathCoreCurrent()
60 return UserDataPaths.GetDefault().Videos; in GetFolderPathCoreCurrent()
62 return UserDataPaths.GetDefault().Recent; in GetFolderPathCoreCurrent()
66 return UserDataPaths.GetDefault().Templates; in GetFolderPathCoreCurrent()
68 return UserDataPaths.GetDefault().Desktop; in GetFolderPathCoreCurrent()
70 return UserDataPaths.GetDefault().Documents; in GetFolderPathCoreCurrent()
82 return UserDataPaths.GetDefault().Profile; in GetFolderPathCoreCurrent()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Storage/
H A Dmod.rs269 pub type UserDataPaths = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Storage/
H A Dmod.rs8189 pub struct UserDataPaths(::windows::runtime::IInspectable); struct
8190 impl UserDataPaths { implementation
8342 unsafe impl ::windows::runtime::RuntimeType for UserDataPaths { implementation
8345 unsafe impl ::windows::runtime::Interface for UserDataPaths { implementation
8349 impl ::windows::runtime::RuntimeName for UserDataPaths { implementation
8353 fn from(value: UserDataPaths) -> Self { in from()
8358 fn from(value: &UserDataPaths) -> Self { in from()
8373 fn from(value: UserDataPaths) -> Self { in from()
8378 fn from(value: &UserDataPaths) -> Self { in from()
8392 unsafe impl ::std::marker::Send for UserDataPaths {} implementation
[all …]