Home
last modified time | relevance | path

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

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmergemod.h51 typedef struct IMsmDependency IMsmDependency; typedef
91 typedef struct IMsmDependency IMsmDependency; typedef
442 struct IMsmDependency : public IDispatch { struct
463 struct IMsmDependency { struct
464 CONST_VTBL struct IMsmDependencyVtbl *lpVtbl; argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmergemod.h51 typedef struct IMsmDependency IMsmDependency; typedef
91 typedef struct IMsmDependency IMsmDependency; typedef
442 struct IMsmDependency : public IDispatch { struct
463 struct IMsmDependency { struct
464 CONST_VTBL struct IMsmDependencyVtbl *lpVtbl; argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs2153 …pub unsafe fn Next(&self, cfetch: u32, rgmsmdependencies: *mut ::std::option::Option<IMsmDependenc… in Next()
2314 pub unsafe fn Item(&self, item: i32) -> ::windows::runtime::Result<IMsmDependency> { in Item()
2394 pub struct IMsmDependency(::windows::runtime::IUnknown); struct
2395 impl IMsmDependency { implementation
2408 unsafe impl ::windows::runtime::Interface for IMsmDependency { implementation
2422 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IMsmDependency { implementation
2427 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IMsmDependency { implementation
2445 impl<'a> ::windows::runtime::IntoParam<'a, super::Ole::Automation::IDispatch> for IMsmDependency { implementation
2451 impl<'a> ::windows::runtime::IntoParam<'a, super::Ole::Automation::IDispatch> for &IMsmDependency { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs1203 pub type IMsmDependency = *mut ::core::ffi::c_void; typedef