DkmIsHiddenCodeAsyncResult Struct

Definition

Result of an asynchronous DkmInstructionSymbol.IsHiddenCode call.

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

Constructors

DkmIsHiddenCodeAsyncResult(DkmNonUserCodeFlags, DkmInstructionSymbol)

Creates a new result structure to hold the output from a successful call to DkmInstructionSymbol.IsHiddenCode.

Properties

ErrorCode

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

NextLine

[Optional] The symbol for the next non-hidden source line. This is null if the current line is not hidden.

NonUserCodeFlags

Flags for DebuggerStepThrough DebuggerHidden, and/or DebuggerNonUserCode attributes set on method or class or marked hidden due to the 0xfeefee sequence point.

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmInstructionSymbol.IsHiddenCode.

Applies to