DkmEvaluateConditionAndSelectThreadAsyncResult Struct

Definition

Result of an asynchronous DkmRuntimeBreakpoint.EvaluateConditionAndSelectThread call.

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

Constructors

DkmEvaluateConditionAndSelectThreadAsyncResult(DkmThread)

Creates a new result structure to hold the output from a successful call to DkmRuntimeBreakpoint.EvaluateConditionAndSelectThread.

Properties

ConditionMetThread

[Optional] The thread whose condition is true. The value is null in the case that no thread is found to have a true condition.

This API was introduced in Visual Studio 11 Update 1 (DkmApiVersion.VS11FeaturePack1).

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 DkmRuntimeBreakpoint.EvaluateConditionAndSelectThread.

Applies to