DkmGetSuspensionCountAsyncResult.SuspensionCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The suspension count of thread. The internal thread suspension count is subtracted from this value if ShowInternal is false.
public:
property System::UInt32 SuspensionCount { System::UInt32 get(); };
public uint SuspensionCount { get; }
member this.SuspensionCount : uint32
Public ReadOnly Property SuspensionCount As UInteger