Skip to content

Latest commit

 

History

History
66 lines (58 loc) · 2.78 KB

nn-wbemcli-iwbemlocator.md

File metadata and controls

66 lines (58 loc) · 2.78 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:wbemcli.IWbemLocator
IWbemLocator (wbemcli.h)
Use the IWbemLocator interface to obtain the initial namespace pointer to the IWbemServices interface for WMI on a specific host computer.
IWbemLocator
IWbemLocator interface [Windows Management Instrumentation]
IWbemLocator interface [Windows Management Instrumentation]
described
_hmm_iwbemlocator
wbemcli/IWbemLocator
wmi.iwbemlocator
wmi\iwbemlocator.htm
wmi
3e630987-82e3-4eb0-aec0-30562bc7c843
12/05/2018
IWbemLocator, IWbemLocator interface [Windows Management Instrumentation], IWbemLocator interface [Windows Management Instrumentation],described, _hmm_iwbemlocator, wbemcli/IWbemLocator, wmi.iwbemlocator
wbemcli.h
Wbemidl.h
Windows
Windows Vista
Windows Server 2008
Wbemcli.idl
Wbemuuid.lib
Wbemcore.dll
Windows
19H1
IWbemLocator
wbemcli/IWbemLocator
c++
APIRef
kbSyntax
COM
Wbemcore.dll
IWbemLocator

IWbemLocator interface

-description

Use the IWbemLocator interface to obtain the initial namespace pointer to the IWbemServices interface for WMI on a specific host computer. You can access Windows Management itself using the IWbemServices pointer, which is returned by the IWbemLocator::ConnectServer method.

A client or provider that requires Windows Management services first obtains a pointer to the locator using CoCreateInstance or CoCreateInstanceEx, as specified in the COM documentation in the Microsoft Windows Software Development Kit (SDK). The IWbemLocator object is always an in-process COM server. The interface pointer to the desired namespace on the desired target computer is then obtained through the IWbemLocator::ConnectServer method, which is the only method on this interface.

-inheritance

The IWbemLocator interface inherits from the IUnknown interface. IWbemLocator also has these types of members: