ITargetInfo::GetEnumerator method (wcmconfig.h)

Gets the enumerator used to access the collection of offline properties.

Syntax

HRESULT GetEnumerator(
  [out] IItemEnumerator **Enumerator
);

Parameters

[out] Enumerator

A pointer to an IItemEnumerator object that provides access to the collection of offline properties.

Return value

This method returns an HRESULT value. S_OK indicates success.

Remarks

Note   This method is not implemented.
 

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

ITargetInfo