Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Duianimation.h118 typedef interface IUIAnimationStoryboardEventHandler IUIAnimationStoryboardEventHandler; typedef
120 interface IUIAnimationStoryboardEventHandler; variable
382 typedef interface IUIAnimationStoryboardEventHandler IUIAnimationStoryboardEventHandler; typedef
384 interface IUIAnimationStoryboardEventHandler; variable
1683 IUIAnimationStoryboardEventHandler : public IUnknown
1703 IUIAnimationStoryboardEventHandler *This,
1708 IUIAnimationStoryboardEventHandler *This);
1711 IUIAnimationStoryboardEventHandler *This);
1715 IUIAnimationStoryboardEventHandler *This,
1721 IUIAnimationStoryboardEventHandler *This,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Duianimation.h118 typedef interface IUIAnimationStoryboardEventHandler IUIAnimationStoryboardEventHandler; typedef
120 interface IUIAnimationStoryboardEventHandler; variable
382 typedef interface IUIAnimationStoryboardEventHandler IUIAnimationStoryboardEventHandler; typedef
384 interface IUIAnimationStoryboardEventHandler; variable
1683 IUIAnimationStoryboardEventHandler : public IUnknown
1703 IUIAnimationStoryboardEventHandler *This,
1708 IUIAnimationStoryboardEventHandler *This);
1711 IUIAnimationStoryboardEventHandler *This);
1715 IUIAnimationStoryboardEventHandler *This,
1721 IUIAnimationStoryboardEventHandler *This,
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Animation/
H A Dmod.rs16 pub type IUIAnimationStoryboardEventHandler = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Animation/
H A Dmod.rs693 …EventHandler<'a, Param0: ::windows::runtime::IntoParam<'a, IUIAnimationStoryboardEventHandler>>(&s… in SetStoryboardEventHandler()
873 pub struct IUIAnimationStoryboardEventHandler(::windows::runtime::IUnknown); struct
874 impl IUIAnimationStoryboardEventHandler { impl
882 unsafe impl ::windows::runtime::Interface for IUIAnimationStoryboardEventHandler { implementation
886 impl ::std::convert::From<IUIAnimationStoryboardEventHandler> for ::windows::runtime::IUnknown {
887 fn from(value: IUIAnimationStoryboardEventHandler) -> Self { in from()
891 impl ::std::convert::From<&IUIAnimationStoryboardEventHandler> for ::windows::runtime::IUnknown {
892 fn from(value: &IUIAnimationStoryboardEventHandler) -> Self { in from()
896 …dows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IUIAnimationStoryboardEventHandler { implementation
901 …ows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IUIAnimationStoryboardEventHandler { implementation