Udostępnij za pośrednictwem


DkmGetRegisterRelativeSymbolNameAsyncResult Struct

Definition

Result of an asynchronous DkmModule.GetRegisterRelativeSymbolName call.

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

Constructors

DkmGetRegisterRelativeSymbolNameAsyncResult(String)

Creates a new result structure to hold the output from a successful call to DkmModule.GetRegisterRelativeSymbolName.

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.

SymbolName

[Optional] The symbol name for use in formatting.

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTM).

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmModule.GetRegisterRelativeSymbolName.

Applies to