IActionEnumerator::Reset method (dbgmodel.h)

Resets the enumerator back to the first action of the object implementing the IActionEnumerator interface.

Syntax

HRESULT Reset();

Return value

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Header dbgmodel.h

See also

IActionEnumerator interface