DkmGetBoundBreakpointHitCountValueAsyncResult Struct

Definition

Result of an asynchronous DkmBoundBreakpoint.GetHitCountValue call.

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

Constructors

DkmGetBoundBreakpointHitCountValueAsyncResult(Int32)

Creates a new result structure to hold the output from a successful call to DkmBoundBreakpoint.GetHitCountValue.

Properties

CurrentHitCount

Number of times that the breakpoint has been hit.

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 DkmBoundBreakpoint.GetHitCountValue.

Applies to