Package com.sun.jna.platform.win32.COM
Class Wbemcli.IWbemLocator
- 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.IWbemLocator
 
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped,- IUnknown
 - Enclosing interface:
- Wbemcli
 
 public static class Wbemcli.IWbemLocator extends Unknown Used to obtain the initial namespace pointer to the IWbemServices interface for WMI on a specific host computer.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.sun.jna.platform.win32.COM.UnknownUnknown.ByReference
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static Guid.CLSIDCLSID_WbemLocatorstatic Guid.GUIDIID_IWbemLocator- 
Fields inherited from interface com.sun.jna.platform.win32.COM.IUnknownIID_IUNKNOWN
 
- 
 - 
Constructor SummaryConstructors Constructor Description IWbemLocator()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WinNT.HRESULTConnectServer(WTypes.BSTR strNetworkResource, WTypes.BSTR strUser, WTypes.BSTR strPassword, WTypes.BSTR strLocale, int lSecurityFlags, WTypes.BSTR strAuthority, Wbemcli.IWbemContext pCtx, PointerByReference ppNamespace)Wbemcli.IWbemServicesConnectServer(java.lang.String strNetworkResource, java.lang.String strUser, java.lang.String strPassword, java.lang.String strLocale, int lSecurityFlags, java.lang.String strAuthority, Wbemcli.IWbemContext pCtx)static Wbemcli.IWbemLocatorcreate()- 
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
 
- 
 
- 
- 
- 
Field Detail- 
CLSID_WbemLocatorpublic static final Guid.CLSID CLSID_WbemLocator 
 - 
IID_IWbemLocatorpublic static final Guid.GUID IID_IWbemLocator 
 
- 
 - 
Method Detail- 
createpublic static Wbemcli.IWbemLocator create() 
 - 
ConnectServerpublic WinNT.HRESULT ConnectServer(WTypes.BSTR strNetworkResource, WTypes.BSTR strUser, WTypes.BSTR strPassword, WTypes.BSTR strLocale, int lSecurityFlags, WTypes.BSTR strAuthority, Wbemcli.IWbemContext pCtx, PointerByReference ppNamespace) 
 - 
ConnectServerpublic Wbemcli.IWbemServices ConnectServer(java.lang.String strNetworkResource, java.lang.String strUser, java.lang.String strPassword, java.lang.String strLocale, int lSecurityFlags, java.lang.String strAuthority, Wbemcli.IWbemContext pCtx) 
 
- 
 
-