DkmGetContinuationFramesFromTaskObjectAsyncResult Struct

Definition

Result of an asynchronous DkmAsyncStackWalkContext.GetContinuationFramesFromTaskObject call.

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

Constructors

DkmGetContinuationFramesFromTaskObjectAsyncResult(DkmManagedReturnStackFrame[])

Creates a new result structure to hold the output from a successful call to DkmAsyncStackWalkContext.GetContinuationFramesFromTaskObject.

Properties

ContinuationFrames

The frames that will execute when this task completes.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

ErrorCode

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

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmAsyncStackWalkContext.GetContinuationFramesFromTaskObject.

Applies to