DkmEvaluationEnumAsyncResult Struct

Definition

Result of an asynchronous DkmEvaluationResultEnumContext.GetItems call.

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

Constructors

DkmEvaluationEnumAsyncResult(DkmEvaluationResult[])

Creates a new result structure to hold the output from a successful call to DkmEvaluationResultEnumContext.GetItems.

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.

Items

The DkmEvaluationResult items to return. Each item must be closed by the caller when the caller is done.

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmEvaluationResultEnumContext.GetItems.

Applies to