IActionEnumerator interface (dbgmodel.h)

An enumerator for actions on an object.

Inheritance

IActionEnumerator inherits from IUnknown.

Methods

The IActionEnumerator interface has these methods.

 
IActionEnumerator::AddRef

The AddRef method increments the reference count for an interface on an object. This method belongs to the IActionEnumerator interface.
IActionEnumerator::GetNext

The GetNext method retrieves the next action on the object. This method belongs to the IActionEnumerator interface.
IActionEnumerator::QueryInterface

The QueryInterface method retrieves pointers to the supported interfaces on an object. This method belongs to the IActionEnumerator interface.
IActionEnumerator::Release

The Release method decrements the reference count for an interface on an object. This method belongs to the IActionEnumerator interface.
IActionEnumerator::Reset

The Reset method resets the enumerator to the first action. This method belongs to the IActionEnumerator interface.

Requirements

Requirement Value
Header dbgmodel.h

See also

Debugger Data Model C++ Overview