IWbemPathKeyList interface (wmiutils.h)

The IWbemPathKeyList interface is used to access the details of the path keys.

Inheritance

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

Methods

The IWbemPathKeyList interface has these methods.

 
IWbemPathKeyList::GetCount

The IWbemPathKeyList::GetCount method retrieves the number of keys in the path.
IWbemPathKeyList::GetInfo

The IWbemPathKeyList::GetInfo method retrieves the status bits for the key.
IWbemPathKeyList::GetKey

The IWbemPathKeyList::GetKey method retrieves a key's name or value. Keys are indexed from 0 (zero), though the order of the keys is not significant.
IWbemPathKeyList::GetKey2

The IWbemPathKeyList::GetKey2 method retrieves a key name or value, and returns the value as a VARIANT. A key is indexed from 0 (zero), but the key order is not significant.
IWbemPathKeyList::GetText

The IWbemPathKeyList::GetText method retrieves the key list as text.
IWbemPathKeyList::MakeSingleton

The IWbemPathKeyList::MakeSingleton method governs whether or not a key is singleton.
IWbemPathKeyList::RemoveAllKeys

The IWbemPathKeyList::RemoveAllKeys method removes all keys.
IWbemPathKeyList::RemoveKey

The IWbemPathKeyList::RemoveKey method removes the key that matches the wszName parameter.
IWbemPathKeyList::SetKey

Sets the name or value pair for a key.
IWbemPathKeyList::SetKey2

Sets the name or value pair for a key using variants.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header wmiutils.h