通过


DkmRuntimeWalkNextFramesAsyncResult Struct

Definition

Result of an asynchronous DkmStackWalkContext.RuntimeWalkNextFrames call.

public value class DkmRuntimeWalkNextFramesAsyncResult
struct DkmRuntimeWalkNextFramesAsyncResult
public struct DkmRuntimeWalkNextFramesAsyncResult
type DkmRuntimeWalkNextFramesAsyncResult = struct
Public Structure DkmRuntimeWalkNextFramesAsyncResult
Inheritance
DkmRuntimeWalkNextFramesAsyncResult

Constructors

Name Description
DkmRuntimeWalkNextFramesAsyncResult(DkmStackWalkFrame[], Boolean)

Creates a new result structure to hold the output from a successful call to DkmStackWalkContext.RuntimeWalkNextFrames.

Properties

Name Description
EndOfStack

Returns true if the monitor reached the end of the stack.

ErrorCode

HRESULT code returned from the caller. This will be DkmExceptionCode.COR_E_OPERATIONCANCELED (0x8013153B) if the operation was canceled before processing was complete.

Frames

Array of walked frames. For, unresolved frames, both InstructionAddress and Description will be null.

Methods

Name Description
CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmStackWalkContext.RuntimeWalkNextFrames.

Applies to