Home
last modified time | relevance | path

Searched defs:ISpeechResourceLoader (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsapi53.h319 typedef interface ISpeechResourceLoader ISpeechResourceLoader; typedef
321 interface ISpeechResourceLoader; variable
1322 typedef interface ISpeechResourceLoader ISpeechResourceLoader; typedef
1324 interface ISpeechResourceLoader; variable
22979 typedef interface ISpeechResourceLoader ISpeechResourceLoader; typedef
22981 interface ISpeechResourceLoader; variable
H A Dsapi54.h319 typedef interface ISpeechResourceLoader ISpeechResourceLoader; typedef
321 interface ISpeechResourceLoader; variable
1338 typedef interface ISpeechResourceLoader ISpeechResourceLoader; typedef
1340 interface ISpeechResourceLoader; variable
23217 typedef interface ISpeechResourceLoader ISpeechResourceLoader; typedef
23219 interface ISpeechResourceLoader; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsapi54.h319 typedef interface ISpeechResourceLoader ISpeechResourceLoader; typedef
321 interface ISpeechResourceLoader; variable
1338 typedef interface ISpeechResourceLoader ISpeechResourceLoader; typedef
1340 interface ISpeechResourceLoader; variable
23217 typedef interface ISpeechResourceLoader ISpeechResourceLoader; typedef
23219 interface ISpeechResourceLoader; variable
H A Dsapi53.h319 typedef interface ISpeechResourceLoader ISpeechResourceLoader; typedef
321 interface ISpeechResourceLoader; variable
1322 typedef interface ISpeechResourceLoader ISpeechResourceLoader; typedef
1324 interface ISpeechResourceLoader; variable
22979 typedef interface ISpeechResourceLoader ISpeechResourceLoader; typedef
22981 interface ISpeechResourceLoader; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Speech/
H A Dmod.rs11106 pub struct ISpeechResourceLoader(::windows::runtime::IUnknown); struct
11107 impl ISpeechResourceLoader { implementation
11121 unsafe impl ::windows::runtime::Interface for ISpeechResourceLoader { implementation
11135 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ISpeechResourceLoader { implementation
11140 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ISpeechResourceLoader implementation
11158 …untime::IntoParam<'a, super::super::System::Ole::Automation::IDispatch> for ISpeechResourceLoader { implementation
11164 …ntime::IntoParam<'a, super::super::System::Ole::Automation::IDispatch> for &ISpeechResourceLoader { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/Speech/
H A Dmod.rs488 pub type ISpeechResourceLoader = *mut ::core::ffi::c_void; typedef