Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Enumerates the stack frames corresponding to a thread.
Methods
In addition to the methods inherited from IUnknown, the IEnumDebugStackFrames interface exposes the following methods.
| Method | Description |
|---|---|
| IEnumDebugStackFrames::Next | Retrieves a specified number of segments in the enumeration sequence. |
| IEnumDebugStackFrames::Skip | Skips a specified number of segments in an enumeration sequence. |
| IEnumDebugStackFrames::Reset | Resets an enumeration sequence to the beginning. |
| IEnumDebugStackFrames::Clone | Creates an enumerator that contains the same state as the current enumerator. |