Home
last modified time | relevance | path

Searched defs:IMsmStrings (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.h31 typedef struct IMsmStrings IMsmStrings; typedef
76 typedef struct IMsmStrings IMsmStrings; typedef
232 struct IMsmStrings : public IDispatch { struct
253 struct IMsmStrings { struct
254 CONST_VTBL struct IMsmStringsVtbl *lpVtbl; argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmergemod.h31 typedef struct IMsmStrings IMsmStrings; typedef
76 typedef struct IMsmStrings IMsmStrings; typedef
232 struct IMsmStrings : public IDispatch { struct
253 struct IMsmStrings { struct
254 CONST_VTBL struct IMsmStringsVtbl *lpVtbl; argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs2494 pub unsafe fn DatabaseKeys(&self) -> ::windows::runtime::Result<IMsmStrings> { in DatabaseKeys()
2502 pub unsafe fn ModuleKeys(&self) -> ::windows::runtime::Result<IMsmStrings> { in ModuleKeys()
2666 pub unsafe fn ModuleFiles(&self) -> ::windows::runtime::Result<IMsmStrings> { in ModuleFiles()
2875 pub struct IMsmStrings(::windows::runtime::IUnknown); struct
2876 impl IMsmStrings { implementation
2889 unsafe impl ::windows::runtime::Interface for IMsmStrings { implementation
2903 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IMsmStrings { implementation
2908 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IMsmStrings { implementation
2926 impl<'a> ::windows::runtime::IntoParam<'a, super::Ole::Automation::IDispatch> for IMsmStrings { implementation
2932 impl<'a> ::windows::runtime::IntoParam<'a, super::Ole::Automation::IDispatch> for &IMsmStrings { 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.rs1208 pub type IMsmStrings = *mut ::core::ffi::c_void; typedef