DkmEnrollPendingBreakpointAsyncResult 结构

定义

异步 DkmPendingBreakpoint 调用的结果。

public value class DkmEnrollPendingBreakpointAsyncResult
public value class DkmEnrollPendingBreakpointAsyncResult
struct DkmEnrollPendingBreakpointAsyncResult
public struct DkmEnrollPendingBreakpointAsyncResult
type DkmEnrollPendingBreakpointAsyncResult = struct
Public Structure DkmEnrollPendingBreakpointAsyncResult
继承
DkmEnrollPendingBreakpointAsyncResult

属性

ErrorCode

从调用方返回的 HRESULT 代码。 如果操作在处理完成前被取消,则将 DkmExceptionCode.COR_E_OPERATIONCANCELED (0x8013153B) 。

方法

CreateErrorResult(Exception)

创建一个新的结果结构,用于保存对 DkmPendingBreakpoint 的调用失败时出现的错误。

适用于