Home
last modified time | relevance | path

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

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs7606 …pub unsafe fn Next(&self, celt: u32, rgelt: *mut ::std::option::Option<ISearchRoot>, pceltfetched:…
12363 …pub unsafe fn AddRoot<'a, Param0: ::windows::runtime::IntoParam<'a, ISearchRoot>>(&self, psearchro…
13516 pub struct ISearchRoot(::windows::runtime::IUnknown);
13517 impl ISearchRoot {
13612 unsafe impl ::windows::runtime::Interface for ISearchRoot {
13616 impl ::std::convert::From<ISearchRoot> for ::windows::runtime::IUnknown {
13617 fn from(value: ISearchRoot) -> Self {
13621 impl ::std::convert::From<&ISearchRoot> for ::windows::runtime::IUnknown {
13622 fn from(value: &ISearchRoot) -> Self {
13626 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ISearchRoot {
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs3581 pub type ISearchRoot = *mut ::core::ffi::c_void; typedef