DkmGetSuspensionCountAsyncResult.SuspensionCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
线程的挂起计数。 如果 ShowInternal 为 false,则将从该值减去内部线程挂起计数。
public:
property System::UInt32 SuspensionCount { System::UInt32 get(); };
public uint SuspensionCount { get; }
member this.SuspensionCount : uint32
Public ReadOnly Property SuspensionCount As UInteger