Share via


DkmGetDataBreakpointInfoAsyncResult(DkmDataBreakpointInfo, String) Constructor

Definition

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

public:
 DkmGetDataBreakpointInfoAsyncResult(Microsoft::VisualStudio::Debugger::Evaluation::DkmDataBreakpointInfo DataBreakpointInfo, System::String ^ Error);
public DkmGetDataBreakpointInfoAsyncResult (Microsoft.VisualStudio.Debugger.Evaluation.DkmDataBreakpointInfo DataBreakpointInfo, string Error);
public DkmGetDataBreakpointInfoAsyncResult (Microsoft.VisualStudio.Debugger.Evaluation.DkmDataBreakpointInfo DataBreakpointInfo, string? Error);
new Microsoft.VisualStudio.Debugger.Evaluation.DkmGetDataBreakpointInfoAsyncResult : Microsoft.VisualStudio.Debugger.Evaluation.DkmDataBreakpointInfo * string -> Microsoft.VisualStudio.Debugger.Evaluation.DkmGetDataBreakpointInfoAsyncResult
Public Sub New (DataBreakpointInfo As DkmDataBreakpointInfo, Error As String)

Parameters

DataBreakpointInfo
DkmDataBreakpointInfo

[In] The data breakpoint information.

Error
String

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

Applies to