通过


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

Name Description
DkmGetVolatilePropertiesAsyncResult(Int32, UInt64)

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

Properties

Name Description
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

Name Description
CreateErrorResult(Exception)

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

Applies to