Home
last modified time | relevance | path

Searched defs:IWbemContext (Results 1 – 9 of 9) sorted by relevance

/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/COM/
H A DWbemcli.java287 class IWbemContext extends Unknown { class
289 public IWbemContext() { in IWbemContext() method in Wbemcli.IWbemContext
292 public IWbemContext(Pointer pvInstance) { in IWbemContext() method in Wbemcli.IWbemContext
/dports/net-mgmt/wmi-client/wmi-1.3.16/pysamba/wbem/
H A Dwbem.py225 class IWbemContext(Structure): pass class
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwbemcli.h152 typedef interface IWbemContext IWbemContext; typedef
154 interface IWbemContext; variable
352 typedef interface IWbemContext IWbemContext; typedef
354 interface IWbemContext; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwbemcli.h152 typedef interface IWbemContext IWbemContext; typedef
154 interface IWbemContext; variable
352 typedef interface IWbemContext IWbemContext; typedef
354 interface IWbemContext; variable
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwawbemcli.pas1047 IWbemContext = interface(IUnknown) interface
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Wmi/
H A Dmod.rs5163 Param8: ::windows::runtime::IntoParam<'a, IWbemContext>, in OpenAsync() argument
5277 Param9: ::windows::runtime::IntoParam<'a, IWbemContext>, in ConnectServer() argument
5521 pub struct IWbemContext(::windows::runtime::IUnknown); struct
5522 impl IWbemContext { impl
5523 pub unsafe fn Clone(&self) -> ::windows::runtime::Result<IWbemContext> { in Clone()
5559 unsafe impl ::windows::runtime::Interface for IWbemContext { implementation
5573 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IWbemContext { implementation
5578 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IWbemContext { implementation
7342 …aram<'a, IWbemClassObject>, Param2: ::windows::runtime::IntoParam<'a, IWbemContext>, Param3: ::win… in PutClassAsync() argument
7365 …aram<'a, IWbemClassObject>, Param2: ::windows::runtime::IntoParam<'a, IWbemContext>, Param3: ::win… in PutInstanceAsync() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Administration/
H A DWbemNative.cs652 internal interface IWbemContext interface in System.ServiceModel.Administration.WbemNative
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/InteropClasses/
H A DWMIInterop.cs649 interface IWbemContext interface
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Wmi/
H A Dmod.rs65 pub type IWbemContext = *mut ::core::ffi::c_void; typedef