Retrieves the next stack frame in the enumeration.
Syntax
HRESULT Next( ULONG celt, DebugStackFrameDescriptor *prgdsfd, ULONG *pceltFetched );
Parameters
- celt
- [in] Unsigned long integer value that indicates the number of stack frames to return.
- prgdsfd
- [out] Address of a DebugStackFrameDescriptor structure.
- pceltFetched
- [out] Unsigned long integer value that receives the number of stack frames actually returned.
Return Value
Returns S_OK if successful, or an error code otherwise.