Home
last modified time | relevance | path

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

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/MediaPlayer/
H A Dmod.rs655 pub type IWMPQuery = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/MediaPlayer/
H A Dmod.rs8524 pub unsafe fn createQuery(&self) -> ::windows::runtime::Result<IWMPQuery> { in createQuery() argument
11262 pub struct IWMPQuery(::windows::runtime::IUnknown); struct
11263 impl IWMPQuery { implementation
11272 unsafe impl ::windows::runtime::Interface for IWMPQuery { implementation
11276 impl ::std::convert::From<IWMPQuery> for ::windows::runtime::IUnknown {
11277 fn from(value: IWMPQuery) -> Self { in from()
11281 impl ::std::convert::From<&IWMPQuery> for ::windows::runtime::IUnknown {
11282 fn from(value: &IWMPQuery) -> Self { in from()
11286 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IWMPQuery { implementation
11298 fn from(value: IWMPQuery) -> Self { in from()
[all …]