DkmGetDataBreakpointInfoAsyncResult Struct

Definition

Result of an asynchronous DkmSuccessEvaluationResult.GetDataBreakpointInfo call.

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

Constructors

DkmGetDataBreakpointInfoAsyncResult(DkmDataBreakpointInfo, String)

Creates a new result structure to hold the output from a successful call to DkmSuccessEvaluationResult.GetDataBreakpointInfo.

Properties

DataBreakpointInfo

The data breakpoint information.

This API was introduced in Visual Studio 15 Update 8 (DkmApiVersion.VS15Update8).

Error

[Optional] If the operation failed, this indicates the reason why. This value should be null if the operation succeeded.

This API was introduced in Visual Studio 15 Update 8 (DkmApiVersion.VS15Update8).

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 DkmSuccessEvaluationResult.GetDataBreakpointInfo.

Applies to