Home
last modified time | relevance | path

Searched refs: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
242 ULONG (WINAPI *AddRef)(IMsmStrings *This);
243 ULONG (WINAPI *Release)(IMsmStrings *This);
249 HRESULT (WINAPI *get_Count)(IMsmStrings *This,__LONG32 *Count);
253 struct IMsmStrings { struct
286 virtual HRESULT WINAPI get_DatabaseKeys(IMsmStrings **ErrorKeys) = 0;
288 virtual HRESULT WINAPI get_ModuleKeys(IMsmStrings **ErrorKeys) = 0;
904 virtual HRESULT WINAPI get_ModuleFiles(IMsmStrings **Files) = 0;
[all …]
/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
242 ULONG (WINAPI *AddRef)(IMsmStrings *This);
243 ULONG (WINAPI *Release)(IMsmStrings *This);
249 HRESULT (WINAPI *get_Count)(IMsmStrings *This,__LONG32 *Count);
253 struct IMsmStrings { struct
286 virtual HRESULT WINAPI get_DatabaseKeys(IMsmStrings **ErrorKeys) = 0;
288 virtual HRESULT WINAPI get_ModuleKeys(IMsmStrings **ErrorKeys) = 0;
904 virtual HRESULT WINAPI get_ModuleFiles(IMsmStrings **Files) = 0;
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs2875 pub struct IMsmStrings(::windows::runtime::IUnknown); struct
2876 impl IMsmStrings { implementation
2889 unsafe impl ::windows::runtime::Interface for IMsmStrings { implementation
2893 impl ::std::convert::From<IMsmStrings> for ::windows::runtime::IUnknown {
2894 fn from(value: IMsmStrings) -> Self { in from()
2898 impl ::std::convert::From<&IMsmStrings> for ::windows::runtime::IUnknown {
2899 fn from(value: &IMsmStrings) -> Self { in from()
2914 impl ::std::convert::From<IMsmStrings> for super::Ole::Automation::IDispatch {
2915 fn from(value: IMsmStrings) -> Self { in from()
2920 impl ::std::convert::From<&IMsmStrings> for super::Ole::Automation::IDispatch {
[all …]
/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