Share via


DkmGetThreadDisplayPropertiesAsyncResult Struct

Definition

Result of an asynchronous DkmRuntimeInstance.GetThreadDisplayProperties call.

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

Constructors

DkmGetThreadDisplayPropertiesAsyncResult(String, Int32, Int32)

Creates a new result structure to hold the output from a successful call to DkmRuntimeInstance.GetThreadDisplayProperties.

Properties

DisplayName

[Optional] The Thread Display Name.

DisplayNamePriority

[Optional] The Thread Name Priority: Values are from DISPLAY_NAME_PRI as defined in MSDBG100.

ErrorCode

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

ThreadCategory

[Optional] Values are from THREADCATEGORY as defined in EnvDTE90.dll/.tlb.

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmRuntimeInstance.GetThreadDisplayProperties.

Applies to