Udostępnij za pośrednictwem


DkmGetVolatilePropertiesAsyncResult(Int32, UInt64) Constructor

Definition

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

public:
 DkmGetVolatilePropertiesAsyncResult(int Priority, System::UInt64 AffinityMask);
public:
 DkmGetVolatilePropertiesAsyncResult(int Priority, unsigned long long AffinityMask);
 DkmGetVolatilePropertiesAsyncResult(int Priority, unsigned long AffinityMask);
public DkmGetVolatilePropertiesAsyncResult (int Priority, ulong AffinityMask);
new Microsoft.VisualStudio.Debugger.ThreadProperties.DkmGetVolatilePropertiesAsyncResult : int * uint64 -> Microsoft.VisualStudio.Debugger.ThreadProperties.DkmGetVolatilePropertiesAsyncResult
Public Sub New (Priority As Integer, AffinityMask As ULong)

Parameters

Priority
Int32

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

AffinityMask
UInt64

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

Applies to