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.UnknownUnknown.ByReference
 
- 
 - 
Field Summary- 
Fields inherited from interface com.sun.jna.platform.win32.COM.IUnknownIID_IUNKNOWN
 
- 
 - 
Constructor SummaryConstructors Constructor Description IWbemContext()IWbemContext(Pointer pvInstance)
 - 
Method Summary- 
Methods inherited from class com.sun.jna.platform.win32.COM.UnknownAddRef, QueryInterface, Release
 - 
Methods inherited from class com.sun.jna.platform.win32.COM.COMInvoker_invokeNativeInt, _invokeNativeObject, _invokeNativeVoid
 - 
Methods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
IWbemContextpublic IWbemContext() 
 - 
IWbemContextpublic IWbemContext(Pointer pvInstance) 
 
- 
 
-