DkmFindNearestExportAsyncResult Struct

Definition

Result of an asynchronous DkmNativeInstructionAddress.FindNearestExport call.

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

Constructors

DkmFindNearestExportAsyncResult(String, Int32)

Creates a new result structure to hold the output from a successful call to DkmNativeInstructionAddress.FindNearestExport.

Properties

ByteOffset

Byte offset from the start of the export.

ErrorCode

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

ExportName

[Optional] Name of the export.

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmNativeInstructionAddress.FindNearestExport.

Applies to