Home
last modified time | relevance | path

Searched defs:IUriBuilder (Results 1 – 5 of 5) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Durlmon.h151 typedef interface IUriBuilder IUriBuilder; typedef
153 interface IUriBuilder; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Durlmon.h151 typedef interface IUriBuilder IUriBuilder; typedef
153 interface IUriBuilder; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Com/
H A Dmod.rs2555 …Param<'a, IUri>>(piuri: Param0, dwflags: u32, dwreserved: usize) -> ::windows::runtime::Result<IUr… in CreateIUriBuilder()
8312 pub struct IUriBuilder(::windows::runtime::IUnknown); struct
8313 impl IUriBuilder { impl
8406 unsafe impl ::windows::runtime::Interface for IUriBuilder { implementation
8420 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IUriBuilder { implementation
8425 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IUriBuilder { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Com/
H A Dmod.rs1030 pub type IUriBuilder = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Com/Urlmon/
H A Dmod.rs3885 …fn CreateIUriBuilder(&self, dwflags: u32, dwreserved: usize) -> ::windows::runtime::Result<super::… in CreateIUriBuilder()
3889 …itializedIUriBuilder(&self, dwflags: u32, dwreserved: usize) -> ::windows::runtime::Result<super::… in CreateInitializedIUriBuilder()