IWbemPathKeyList::GetCount method (wmiutils.h)

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

Syntax

HRESULT GetCount(
  [in, out] ULONG *puKeyCount
);

Parameters

[in, out] puKeyCount

Number of keys.

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

IWbemPathKeyList