Udostępnij za pośrednictwem


DkmGetSuspensionCountAsyncResult(UInt32) Constructor

Definition

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

public:
 DkmGetSuspensionCountAsyncResult(System::UInt32 SuspensionCount);
public DkmGetSuspensionCountAsyncResult (uint SuspensionCount);
new Microsoft.VisualStudio.Debugger.ThreadProperties.DkmGetSuspensionCountAsyncResult : uint32 -> Microsoft.VisualStudio.Debugger.ThreadProperties.DkmGetSuspensionCountAsyncResult
Public Sub New (SuspensionCount As UInteger)

Parameters

SuspensionCount
UInt32

[In] The suspension count of thread. The internal thread suspension count is subtracted from this value if ShowInternal is false.

Applies to