DkmGetDataBreakpointInfoAsyncResult(DkmDataBreakpointInfo, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.