次の方法で共有


DkmEvaluateExpressionOnThreadsAsyncResult Struct

Definition

Result of an asynchronous DkmInspectionContext.EvaluateExpressionOnThreads call.

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

Constructors

DkmEvaluateExpressionOnThreadsAsyncResult(ReadOnlyCollection<DkmContextGroupEvaluationResult>)

Creates a new result structure to hold the output from a successful call to DkmInspectionContext.EvaluateExpressionOnThreads.

Properties

ErrorCode

HRESULT code returned from the caller. This will be DkmExceptionCode.COR_E_OPERATIONCANCELED (0x8013153B) if the operation was canceled before processing was complete. E_PROCESS_DESTROYED indicates that the process exited while attempting to evaluate.

Results

Object containing the results of the evaluation. This object must be closed by the caller when the caller is done with the object.

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmInspectionContext.EvaluateExpressionOnThreads.

Applies to