Home
last modified time | relevance | path

Searched defs:IWbemObjectAccess (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwbemcli.h192 typedef interface IWbemObjectAccess IWbemObjectAccess; typedef
194 interface IWbemObjectAccess; variable
384 typedef interface IWbemObjectAccess IWbemObjectAccess; typedef
386 interface IWbemObjectAccess; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwbemcli.h192 typedef interface IWbemObjectAccess IWbemObjectAccess; typedef
194 interface IWbemObjectAccess; variable
384 typedef interface IWbemObjectAccess IWbemObjectAccess; typedef
386 interface IWbemObjectAccess; variable
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwawbemcli.pas959 IWbemObjectAccess = interface(IWbemClassObject) interface
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Wmi/
H A Dmod.rs6004 … GetObjects(&self, lflags: i32, unumobjects: u32, apobj: *mut ::std::option::Option<IWbemObjectAcc… in GetObjects()
6058IWbemObjectAccess>, Param2: ::windows::runtime::IntoParam<'a, IWbemRefresher>, Param4: ::windows::… in CreateRefreshableObject() argument
6077 …xt>>(&self, pnamespace: Param0, lnumobjects: i32, apobj: *mut ::std::option::Option<IWbemObjectAcc… in GetObjects()
6249 pub struct IWbemObjectAccess(::windows::runtime::IUnknown); struct
6250 impl IWbemObjectAccess { impl
6383 unsafe impl ::windows::runtime::Interface for IWbemObjectAccess { implementation
6397 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IWbemObjectAccess { implementation
6402 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IWbemObjectAccess { implementation
6417 impl<'a> ::windows::runtime::IntoParam<'a, IWbemClassObject> for IWbemObjectAccess { implementation
6422 impl<'a> ::windows::runtime::IntoParam<'a, IWbemClassObject> for &IWbemObjectAccess { implementation
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/InteropClasses/
H A DWMIInterop.cs781 interface IWbemObjectAccess 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.rs77 pub type IWbemObjectAccess = *mut ::core::ffi::c_void; typedef