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
Used to obtain the initial namespace pointer to the IWbemServices
 interface for WMI on a specific host computer.
- 
Nested Class SummaryNested classes/interfaces inherited from class com.sun.jna.platform.win32.COM.UnknownUnknown.ByReference
- 
Field SummaryFieldsFields inherited from interface com.sun.jna.platform.win32.COM.IUnknownIID_IUNKNOWN
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionConnectServer(WTypes.BSTR strNetworkResource, WTypes.BSTR strUser, WTypes.BSTR strPassword, WTypes.BSTR strLocale, int lSecurityFlags, WTypes.BSTR strAuthority, Wbemcli.IWbemContext pCtx, PointerByReference ppNamespace) ConnectServer(String strNetworkResource, String strUser, String strPassword, String strLocale, int lSecurityFlags, String strAuthority, Wbemcli.IWbemContext pCtx) static Wbemcli.IWbemLocatorcreate()Methods inherited from class com.sun.jna.platform.win32.COM.UnknownAddRef, QueryInterface, ReleaseMethods inherited from class com.sun.jna.platform.win32.COM.COMInvoker_invokeNativeInt, _invokeNativeObject, _invokeNativeVoidMethods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
- 
Field Details- 
CLSID_WbemLocator
- 
IID_IWbemLocator
 
- 
- 
Constructor Details- 
IWbemLocatorpublic IWbemLocator()
 
- 
- 
Method Details- 
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(String strNetworkResource, String strUser, String strPassword, String strLocale, int lSecurityFlags, String strAuthority, Wbemcli.IWbemContext pCtx) 
 
-