Home
last modified time | relevance | path

Searched refs:StorageFileQueryResult (Results 1 – 7 of 7) sorted by path

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/ApplicationModel/Activation/
H A Dmod.rs3663 …Query(&self) -> ::windows::runtime::Result<super::super::Storage::Search::StorageFileQueryResult> { in NeighboringFilesQuery() argument
3667 …y(this), &mut result__).from_abi::<super::super::Storage::Search::StorageFileQueryResult>(result__) in NeighboringFilesQuery()
8532 …Query(&self) -> ::windows::runtime::Result<super::super::Storage::Search::StorageFileQueryResult> { in NeighboringFilesQuery() argument
8536 …y(this), &mut result__).from_abi::<super::super::Storage::Search::StorageFileQueryResult>(result__) in NeighboringFilesQuery()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Storage/BulkAccess/
H A Dmod.rs1125 …eQueryOverloadDefault(&self) -> ::windows::runtime::Result<super::Search::StorageFileQueryResult> { in CreateFileQueryOverloadDefault() argument
1129 …m::transmute_copy(this), &mut result__).from_abi::<super::Search::StorageFileQueryResult>(result__) in CreateFileQueryOverloadDefault()
1133 …er::Search::CommonFileQuery) -> ::windows::runtime::Result<super::Search::StorageFileQueryResult> { in CreateFileQuery() argument
1137 …smute_copy(this), query, &mut result__).from_abi::<super::Search::StorageFileQueryResult>(result__) in CreateFileQuery()
1141 …&self, queryoptions: Param0) -> ::windows::runtime::Result<super::Search::StorageFileQueryResult> { in CreateFileQueryWithOptions() argument
1145 …ions.into_param().abi(), &mut result__).from_abi::<super::Search::StorageFileQueryResult>(result__) in CreateFileQueryWithOptions()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Storage/Search/
H A Dmod.rs1765 pub struct StorageFileQueryResult(::windows::runtime::IInspectable); struct
1766 impl StorageFileQueryResult { impl
1852 unsafe impl ::windows::runtime::RuntimeType for StorageFileQueryResult { implementation
1855 unsafe impl ::windows::runtime::Interface for StorageFileQueryResult { implementation
1859 impl ::windows::runtime::RuntimeName for StorageFileQueryResult { implementation
1863 fn from(value: StorageFileQueryResult) -> Self { in from()
1868 fn from(value: &StorageFileQueryResult) -> Self { in from()
1883 fn from(value: StorageFileQueryResult) -> Self { in from()
1888 fn from(value: &StorageFileQueryResult) -> Self { in from()
1902 impl ::std::convert::TryFrom<StorageFileQueryResult> for IStorageQueryResultBase {
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Storage/
H A Dmod.rs5832 …eateFileQueryOverloadDefault(&self) -> ::windows::runtime::Result<Search::StorageFileQueryResult> { in CreateFileQueryOverloadDefault() argument
5836 …std::mem::transmute_copy(this), &mut result__).from_abi::<Search::StorageFileQueryResult>(result__) in CreateFileQueryOverloadDefault()
5840 …lf, query: Search::CommonFileQuery) -> ::windows::runtime::Result<Search::StorageFileQueryResult> { in CreateFileQuery() argument
5844 …m::transmute_copy(this), query, &mut result__).from_abi::<Search::StorageFileQueryResult>(result__) in CreateFileQuery()
5848 …ions>>(&self, queryoptions: Param0) -> ::windows::runtime::Result<Search::StorageFileQueryResult> { in CreateFileQueryWithOptions() argument
5852 …ueryoptions.into_param().abi(), &mut result__).from_abi::<Search::StorageFileQueryResult>(result__) in CreateFileQueryWithOptions()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/System/
H A Dmod.rs4807 …ngFilesQuery(&self) -> ::windows::runtime::Result<super::Storage::Search::StorageFileQueryResult> { in NeighboringFilesQuery() argument
4811 …ute_copy(this), &mut result__).from_abi::<super::Storage::Search::StorageFileQueryResult>(result__) in NeighboringFilesQuery()
4815 …aram0: ::windows::runtime::IntoParam<'a, super::Storage::Search::StorageFileQueryResult>>(&self, v… in SetNeighboringFilesQuery()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/WebUI/
H A Dmod.rs6998 …Query(&self) -> ::windows::runtime::Result<super::super::Storage::Search::StorageFileQueryResult> {
7002 …y(this), &mut result__).from_abi::<super::super::Storage::Search::StorageFileQueryResult>(result__)
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Storage/Search/
H A Dmod.rs115 pub type StorageFileQueryResult = *mut ::core::ffi::c_void; typedef