IFhScopeIterator::MoveToNextItem method (fhcfg.h)

Moves to the next item in the inclusion or exclusion list.

Note

IFhScopeIterator is deprecated and may be altered or unavailable in future releases.

Syntax

HRESULT MoveToNextItem();

Return value

S_OK on success, or an unsuccessful HRESULT on failure. Possible unsuccessful HRESULT values include values defined in the FhErrors.h header file.

Remarks

If the current item is the last item in the list, or if the list is empty, this method returns HRESULT_FROM_WIN32(ERROR_NOT_FOUND).

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header fhcfg.h

See also

IFhScopeIterator

IFhScopeIterator::GetItem