DkmGetNonUserCodeMetadataFlagsAsyncResult Struct

Definition

Result of an asynchronous DkmClrInstructionAddress.GetNonUserCodeMetadataFlags call.

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

Constructors

DkmGetNonUserCodeMetadataFlagsAsyncResult(DkmNonUserCodeFlags)

Creates a new result structure to hold the output from a successful call to DkmClrInstructionAddress.GetNonUserCodeMetadataFlags.

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.

NonUserCodeFlags

The non user code status for this instruction address.

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmClrInstructionAddress.GetNonUserCodeMetadataFlags.

Applies to