Home
last modified time | relevance | path

Searched defs:IVssComponentEx (Results 1 – 4 of 4) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Vss/
H A Dmod.rs470 pub struct IVssComponentEx(::windows::runtime::IUnknown); struct
471 impl IVssComponentEx { implementation
661 unsafe impl ::windows::runtime::Interface for IVssComponentEx { implementation
675 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IVssComponentEx { implementation
680 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IVssComponentEx { implementation
695 impl<'a> ::windows::runtime::IntoParam<'a, IVssComponent> for IVssComponentEx { implementation
700 impl<'a> ::windows::runtime::IntoParam<'a, IVssComponent> for &IVssComponentEx { implementation
1021 impl ::std::convert::From<IVssComponentEx2> for IVssComponentEx { implementation
1026 impl ::std::convert::From<&IVssComponentEx2> for IVssComponentEx { implementation
1032 fn into_param(self) -> ::windows::runtime::Param<'a, IVssComponentEx> { in into_param() argument
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dvswriter.h379 DECLARE_INTERFACE_(IVssComponentEx,IVssComponent) in DECLARE_INTERFACE_() argument
499 DECLARE_INTERFACE_(IVssComponentEx2,IVssComponentEx) in DECLARE_INTERFACE_() argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dvswriter.h379 DECLARE_INTERFACE_(IVssComponentEx,IVssComponent) in DECLARE_INTERFACE_() argument
499 DECLARE_INTERFACE_(IVssComponentEx2,IVssComponentEx) in DECLARE_INTERFACE_() argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Storage/Vss/
H A Dmod.rs10 pub type IVssComponentEx = *mut ::core::ffi::c_void; typedef