IWbemPath::GetNamespaceCount method (wmiutils.h)

The IWbemPath::GetNamespaceCount method returns the number of namespaces in the path.

Syntax

HRESULT GetNamespaceCount(
  [out] ULONG *puCount
);

Parameters

[out] puCount

Number of namespaces in the path.

Return value

This method returns an HRESULT with one of the following values.

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