ISettingsContext::GetNamespaces method (wcmconfig.h)

Gets the namespaces that exist in the context.

Syntax

HRESULT GetNamespaces(
  [out] IItemEnumerator **ppNamespaceIds
);

Parameters

[out] ppNamespaceIds

An IItemEnumerator interface pointer that represents the collection of namespaces.

Return value

This method returns an HRESULT value. S_OK indicates success.

Remarks

Note  This method may return E_OUTOFMEMORY if there are insufficient resources in the system to allocate a new enumerator.
 

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wcmconfig.h
DLL SMIEngine.dll

See also

ISettingsContext