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 Summary
Nested classes/interfaces inherited from class Unknown
Unknown.ByReference -
Field Summary
FieldsFields inherited from interface IUnknown
IID_IUNKNOWN -
Constructor Summary
Constructors -
Method Summary
Modifier 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 Unknown
AddRef, QueryInterface, ReleaseMethods inherited from class COMInvoker
_invokeNativeInt, _invokeNativeObject, _invokeNativeVoidMethods inherited from class PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Field Details
-
CLSID_WbemLocator
-
IID_IWbemLocator
-
-
Constructor Details
-
IWbemLocator
public IWbemLocator()
-
-
Method Details
-
create
-
ConnectServer
public 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) -
ConnectServer
public Wbemcli.IWbemServices ConnectServer(String strNetworkResource, String strUser, String strPassword, String strLocale, int lSecurityFlags, String strAuthority, Wbemcli.IWbemContext pCtx)
-