Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwmpservices.h23 typedef interface IWMPGraphCreation IWMPGraphCreation; typedef
25 interface IWMPGraphCreation; variable
48 IWMPGraphCreation : public IUnknown
70 IWMPGraphCreation *This,
75 IWMPGraphCreation *This);
78 IWMPGraphCreation *This);
82 IWMPGraphCreation *This,
87 IWMPGraphCreation *This,
91 IWMPGraphCreation *This,
97 interface IWMPGraphCreation {
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwmpservices.h23 typedef interface IWMPGraphCreation IWMPGraphCreation; typedef
25 interface IWMPGraphCreation; variable
48 IWMPGraphCreation : public IUnknown
70 IWMPGraphCreation *This,
75 IWMPGraphCreation *This);
78 IWMPGraphCreation *This);
82 IWMPGraphCreation *This,
87 IWMPGraphCreation *This,
91 IWMPGraphCreation *This,
97 interface IWMPGraphCreation {
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/MediaPlayer/
H A Dmod.rs622 pub type IWMPGraphCreation = *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.rs7440 pub struct IWMPGraphCreation(::windows::runtime::IUnknown); struct
7441 impl IWMPGraphCreation { implementation
7452 unsafe impl ::windows::runtime::Interface for IWMPGraphCreation { implementation
7456 impl ::std::convert::From<IWMPGraphCreation> for ::windows::runtime::IUnknown {
7457 fn from(value: IWMPGraphCreation) -> Self { in from()
7461 impl ::std::convert::From<&IWMPGraphCreation> for ::windows::runtime::IUnknown {
7462 fn from(value: &IWMPGraphCreation) -> Self { in from()
7466 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IWMPGraphCreation { implementation
7471 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IWMPGraphCreation { implementation