Home
last modified time | relevance | path

Searched defs:IVssComponent (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.rs206 pub struct IVssComponent(::windows::runtime::IUnknown); struct
207 impl IVssComponent { implementation
366 unsafe impl ::windows::runtime::Interface for IVssComponent { implementation
685 impl ::std::convert::From<IVssComponentEx> for IVssComponent { implementation
690 impl ::std::convert::From<&IVssComponentEx> for IVssComponent { implementation
696 fn into_param(self) -> ::windows::runtime::Param<'a, IVssComponent> { in into_param() argument
701 fn into_param(self) -> ::windows::runtime::Param<'a, IVssComponent> { in into_param() argument
1041 impl ::std::convert::From<IVssComponentEx2> for IVssComponent { implementation
1046 impl ::std::convert::From<&IVssComponentEx2> for IVssComponent { implementation
1052 fn into_param(self) -> ::windows::runtime::Param<'a, IVssComponent> { in into_param() argument
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dvswriter.h276 DECLARE_INTERFACE_(IVssComponent,IUnknown) in DECLARE_INTERFACE_() argument
379 DECLARE_INTERFACE_(IVssComponentEx,IVssComponent) in DECLARE_INTERFACE_() argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dvswriter.h276 DECLARE_INTERFACE_(IVssComponent,IUnknown) in DECLARE_INTERFACE_() argument
379 DECLARE_INTERFACE_(IVssComponentEx,IVssComponent) 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.rs9 pub type IVssComponent = *mut ::core::ffi::c_void; typedef