Home
last modified time | relevance | path

Searched refs:SystemDataPaths (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.cs64 return SystemDataPaths.GetDefault().System; in GetFolderPathCoreCurrent()
72 return SystemDataPaths.GetDefault().PublicDocuments; in GetFolderPathCoreCurrent()
74 return SystemDataPaths.GetDefault().PublicMusic; in GetFolderPathCoreCurrent()
76 return SystemDataPaths.GetDefault().PublicPictures; in GetFolderPathCoreCurrent()
78 return SystemDataPaths.GetDefault().PublicDesktop; in GetFolderPathCoreCurrent()
80 return SystemDataPaths.GetDefault().PublicVideos; in GetFolderPathCoreCurrent()
84 return SystemDataPaths.GetDefault().SystemX86; in GetFolderPathCoreCurrent()
86 return SystemDataPaths.GetDefault().Windows; in GetFolderPathCoreCurrent()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Storage/
H A Dmod.rs262 pub type SystemDataPaths = *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.rs7384 pub struct SystemDataPaths(::windows::runtime::IInspectable); struct
7385 impl SystemDataPaths { impl
7509 unsafe impl ::windows::runtime::RuntimeType for SystemDataPaths { implementation
7512 unsafe impl ::windows::runtime::Interface for SystemDataPaths { implementation
7516 impl ::windows::runtime::RuntimeName for SystemDataPaths { implementation
7520 fn from(value: SystemDataPaths) -> Self { in from()
7525 fn from(value: &SystemDataPaths) -> Self { in from()
7540 fn from(value: SystemDataPaths) -> Self { in from()
7545 fn from(value: &SystemDataPaths) -> Self { in from()
7559 unsafe impl ::std::marker::Send for SystemDataPaths {} implementation
[all …]