Home
last modified time | relevance | path

Searched refs:IWbemPathKeyList (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwmiutils.h27 typedef struct IWbemPathKeyList IWbemPathKeyList; typedef
106 struct IWbemPathKeyList : public IUnknown { struct
123 ULONG (WINAPI *AddRef)(IWbemPathKeyList *This);
124 ULONG (WINAPI *Release)(IWbemPathKeyList *This);
125 HRESULT (WINAPI *GetCount)(IWbemPathKeyList *This,ULONG *puKeyCount);
130 HRESULT (WINAPI *RemoveKey)(IWbemPathKeyList *This,LPCWSTR wszName,ULONG uFlags);
131 HRESULT (WINAPI *RemoveAllKeys)(IWbemPathKeyList *This,ULONG uFlags);
132 HRESULT (WINAPI *MakeSingleton)(IWbemPathKeyList *This,boolean bSet);
137 struct IWbemPathKeyList { struct
203 virtual HRESULT WINAPI GetKeyList(IWbemPathKeyList **pOut) = 0;
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwmiutils.h27 typedef struct IWbemPathKeyList IWbemPathKeyList; typedef
106 struct IWbemPathKeyList : public IUnknown { struct
123 ULONG (WINAPI *AddRef)(IWbemPathKeyList *This);
124 ULONG (WINAPI *Release)(IWbemPathKeyList *This);
125 HRESULT (WINAPI *GetCount)(IWbemPathKeyList *This,ULONG *puKeyCount);
130 HRESULT (WINAPI *RemoveKey)(IWbemPathKeyList *This,LPCWSTR wszName,ULONG uFlags);
131 HRESULT (WINAPI *RemoveAllKeys)(IWbemPathKeyList *This,ULONG uFlags);
132 HRESULT (WINAPI *MakeSingleton)(IWbemPathKeyList *This,boolean bSet);
137 struct IWbemPathKeyList { struct
203 virtual HRESULT WINAPI GetKeyList(IWbemPathKeyList **pOut) = 0;
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/
H A DManagementPath.cs355 IWbemPathKeyList keyList = null; in ClearKeys()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/InteropClasses/
H A DWMIInterop.cs946 interface IWbemPathKeyList interface
978 …)] string pszClass, [Out][MarshalAs(UnmanagedType.Interface)] out IWbemPathKeyList pKeyList); in GetScope_()
984 …eserveSig] int GetKeyList_([Out][MarshalAs(UnmanagedType.Interface)] out IWbemPathKeyList pOut); in GetKeyList_()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Wmi/
H A Dmod.rs6753 pub unsafe fn GetKeyList(&self) -> ::windows::runtime::Result<IWbemPathKeyList> { in GetKeyList() argument
6754 let mut result__: <IWbemPathKeyList as ::windows::runtime::Abi>::Abi = ::std::mem::zeroed(); in GetKeyList()
6857 pub struct IWbemPathKeyList(::windows::runtime::IUnknown); struct
6858 impl IWbemPathKeyList { impl
6898 unsafe impl ::windows::runtime::Interface for IWbemPathKeyList { implementation
6902 impl ::std::convert::From<IWbemPathKeyList> for ::windows::runtime::IUnknown {
6903 fn from(value: IWbemPathKeyList) -> Self { in from()
6907 impl ::std::convert::From<&IWbemPathKeyList> for ::windows::runtime::IUnknown {
6908 fn from(value: &IWbemPathKeyList) -> Self { in from()
6912 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IWbemPathKeyList { implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Wmi/
H A Dmod.rs82 pub type IWbemPathKeyList = *mut ::core::ffi::c_void; typedef