DkmGetDataBreakpointDisplayNameAsyncResult Struct

Definition

Result of an asynchronous DkmSuccessEvaluationResult.GetDataBreakpointDisplayName call.

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

Constructors

Name Description
DkmGetDataBreakpointDisplayNameAsyncResult(String)

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

Properties

Name Description
ErrorCode

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

Name

The data breakpoint display name.

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTM).

Methods

Name Description
CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmSuccessEvaluationResult.GetDataBreakpointDisplayName.

Applies to