DkmGetVolatilePropertiesAsyncResult Struct

Definition

Result of an asynchronous DkmThread.GetVolatileProperties call.

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

Constructors

DkmGetVolatilePropertiesAsyncResult(Int32, UInt64)

Creates a new result structure to hold the output from a successful call to DkmThread.GetVolatileProperties.

Properties

AffinityMask

The affinity mask of the thread. The values returned correspond directly to the values defined for kernel32!SetThreadAffinityMask.

ErrorCode

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

Priority

The priority of the thread. The values returned correspond directly to the values defined for kernel32!GetThreadPriority.

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmThread.GetVolatileProperties.

Applies to