IKeyEnumerator::Reset method (dbgmodel.h)

Resets the enumerator to its initial state. A subsequent GetNext call will return the first key in enumerator order.

Syntax

HRESULT Reset();

Return value

This method returns HRESULT that indicates success or failure.

Requirements

Requirement Value
Header dbgmodel.h

See also

IKeyEnumerator interface