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.
Retrieves a specified number of segments in the enumeration sequence.
Syntax
HRESULT Next(
ULONG celt,
DebugStackFrameDescriptor* prgdsfd,
ULONG* pceltFetched
);
Parameters
celt
[in] The number of segments to retrieve.
prgdsfd
[out] Returns an array of DebugStackFrameDescriptor interfaces that represents the segments being retrieved.
pceltFetched
[out] The actual number of segments fetched by the enumerator.
Return Value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Value | Description |
|---|---|
S_OK |
The method succeeded. |
Remarks
This method retrieves a specified number of segments in the enumeration sequence.
See also
IEnumDebugStackFrames Interface
DebugStackFrameDescriptor Structure