DkmThread.GetDebuggerSuspensionCount Method
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.
Return the total number of suspensions caused by the debugger (i.e. calls to DkmThread::Suspend without a call to DkmThread::Resume). This excludes any suspensions external to the debugger.
public:
System::UInt32 GetDebuggerSuspensionCount();
public:
unsigned int GetDebuggerSuspensionCount();
unsigned int GetDebuggerSuspensionCount();
public uint GetDebuggerSuspensionCount ();
member this.GetDebuggerSuspensionCount : unit -> uint32
Public Function GetDebuggerSuspensionCount () As UInteger
Returns
[Out] The total number of suspensions caused by the debugger (i.e. calls to DkmThread::Suspend without a call to DkmThread::Resume). This excludes any suspensions external to the debugger.