Package com.sun.jna.platform.win32.COM
Class Wbemcli.IWbemContext
- java.lang.Object
-
- com.sun.jna.PointerType
-
- com.sun.jna.platform.win32.COM.COMInvoker
-
- com.sun.jna.platform.win32.COM.Unknown
-
- com.sun.jna.platform.win32.COM.Wbemcli.IWbemContext
-
- All Implemented Interfaces:
NativeMapped
,IUnknown
- Enclosing interface:
- Wbemcli
public static class Wbemcli.IWbemContext extends Unknown
Optionally used to communicate additional context information to providers when submitting IWbemServices calls to WMI
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.jna.platform.win32.COM.Unknown
Unknown.ByReference
-
-
Field Summary
-
Fields inherited from interface com.sun.jna.platform.win32.COM.IUnknown
IID_IUNKNOWN
-
-
Constructor Summary
Constructors Constructor Description IWbemContext()
IWbemContext(Pointer pvInstance)
-
Method Summary
-
Methods inherited from class com.sun.jna.platform.win32.COM.Unknown
AddRef, QueryInterface, Release
-
Methods inherited from class com.sun.jna.platform.win32.COM.COMInvoker
_invokeNativeInt, _invokeNativeObject, _invokeNativeVoid
-
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
-
-
-
Constructor Detail
-
IWbemContext
public IWbemContext()
-
IWbemContext
public IWbemContext(Pointer pvInstance)
-
-