IWbemPath::GetKeyList method (wmiutils.h)

The IWbemPath::GetKeyList method retrieves an IWbemPathKeyList pointer so that the individual key may be accessed.

Syntax

HRESULT GetKeyList(
  [out] IWbemPathKeyList **pOut
);

Parameters

[out] pOut

Pointer to an IWbemPathKeyList object.

Return value

This method returns an HRESULT indicating the status of the method call.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header wmiutils.h
Library Wbemuuid.lib
DLL Wmiutils.dll

See also

IWbemPath