Home
last modified time | relevance | path

Searched refs:ISurrogateService (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dobjidl.h735 typedef interface ISurrogateService ISurrogateService; typedef
737 interface ISurrogateService; variable
12509 ISurrogateService *This,
12514 ISurrogateService *This);
12517 ISurrogateService *This);
12521 ISurrogateService *This,
12527 ISurrogateService *This,
12532 ISurrogateService *This,
12536 ISurrogateService *This,
12540 ISurrogateService *This,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dobjidl.h735 typedef interface ISurrogateService ISurrogateService; typedef
737 interface ISurrogateService; variable
12509 ISurrogateService *This,
12514 ISurrogateService *This);
12517 ISurrogateService *This);
12521 ISurrogateService *This,
12527 ISurrogateService *This,
12532 ISurrogateService *This,
12536 ISurrogateService *This,
12540 ISurrogateService *This,
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Com/
H A Dmod.rs1015 pub type ISurrogateService = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Com/
H A Dmod.rs7742 pub struct ISurrogateService(::windows::runtime::IUnknown); struct
7743 impl ISurrogateService { implementation
7762 unsafe impl ::windows::runtime::Interface for ISurrogateService { implementation
7766 impl ::std::convert::From<ISurrogateService> for ::windows::runtime::IUnknown {
7767 fn from(value: ISurrogateService) -> Self { in from()
7771 impl ::std::convert::From<&ISurrogateService> for ::windows::runtime::IUnknown {
7772 fn from(value: &ISurrogateService) -> Self { in from()
7776 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ISurrogateService { implementation
7781 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ISurrogateService { implementation