Home
last modified time | relevance | path

Searched refs:IWMPCore (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-wmp/projectM-wmp/
H A DprojectM-wmp.h75 STDMETHOD(SetCore)(IWMPCore * pCore);
133 CComPtr<IWMPCore> m_spCore;
H A DprojectM-wmp.cpp271 STDMETHODIMP CProjectMwmp::SetCore(IWMPCore * pCore) in SetCore()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwmp.h183 typedef interface IWMPCore IWMPCore; typedef
185 interface IWMPCore; variable
5105 IWMPCore *This,
5117 IWMPCore *This,
5121 IWMPCore *This,
5127 IWMPCore *This,
5135 IWMPCore *This,
5150 IWMPCore *This,
5154 IWMPCore *This,
5158 IWMPCore *This,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwmp.h183 typedef interface IWMPCore IWMPCore; typedef
185 interface IWMPCore; variable
5105 IWMPCore *This,
5117 IWMPCore *This,
5121 IWMPCore *This,
5127 IWMPCore *This,
5135 IWMPCore *This,
5150 IWMPCore *This,
5154 IWMPCore *This,
5158 IWMPCore *This,
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dmediactrl_wmp10.cpp450 struct IWMPCore : public IDispatch struct
517 struct IWMPCore2 : public IWMPCore
544 IWMPPlayer : public IWMPCore
572 struct IWMPPlayer2 : public IWMPCore
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dmediactrl_wmp10.cpp452 struct IWMPCore : public IDispatch struct
519 struct IWMPCore2 : public IWMPCore
546 IWMPPlayer : public IWMPCore
574 struct IWMPPlayer2 : public IWMPCore
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dmediactrl_wmp10.cpp452 struct IWMPCore : public IDispatch struct
519 struct IWMPCore2 : public IWMPCore
546 IWMPPlayer : public IWMPCore
574 struct IWMPPlayer2 : public IWMPCore
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dmediactrl_wmp10.cpp452 struct IWMPCore : public IDispatch struct
519 struct IWMPCore2 : public IWMPCore
546 IWMPPlayer : public IWMPCore
574 struct IWMPPlayer2 : public IWMPCore
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dmediactrl_wmp10.cpp452 struct IWMPCore : public IDispatch struct
519 struct IWMPCore2 : public IWMPCore
546 IWMPPlayer : public IWMPCore
574 struct IWMPPlayer2 : public IWMPCore
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dmediactrl_wmp10.cpp451 struct IWMPCore : public IDispatch struct
518 struct IWMPCore2 : public IWMPCore
545 IWMPPlayer : public IWMPCore
573 struct IWMPPlayer2 : public IWMPCore
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dmediactrl_wmp10.cpp451 struct IWMPCore : public IDispatch struct
518 struct IWMPCore2 : public IWMPCore
545 IWMPPlayer : public IWMPCore
573 struct IWMPPlayer2 : public IWMPCore
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/MediaPlayer/
H A Dmod.rs4341 pub struct IWMPCore(::windows::runtime::IUnknown); struct
4342 impl IWMPCore { implementation
4427 fn from(value: IWMPCore) -> Self { in from()
4432 fn from(value: &IWMPCore) -> Self { in from()
4448 fn from(value: IWMPCore) -> Self { in from()
4454 fn from(value: &IWMPCore) -> Self { in from()
4639 impl ::std::convert::From<IWMPCore2> for IWMPCore { implementation
4644 impl ::std::convert::From<&IWMPCore2> for IWMPCore { implementation
4883 impl ::std::convert::From<IWMPCore3> for IWMPCore { implementation
4888 impl ::std::convert::From<&IWMPCore3> for IWMPCore { implementation
[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.rs604 pub type IWMPCore = *mut ::core::ffi::c_void; typedef