DkmThread.Resume(Boolean) Method

Definition

Resume this thread.

public:
 System::UInt32 Resume(bool InternalSuspension);
public:
 unsigned int Resume(bool InternalSuspension);
unsigned int Resume(bool InternalSuspension);
public uint Resume (bool InternalSuspension);
member this.Resume : bool -> uint32
Public Function Resume (InternalSuspension As Boolean) As UInteger

Parameters

InternalSuspension
Boolean

[In] Pass true if this suspension should be hidden in calls to GetSuspensionCount. This is useful for internal suspensions that should not be reported to the user such as thread slippage suspensions.

Returns

[Out,Optional] The previous number of suspensions for this thread minus the ones internal to the debugger before this resume is applied.

Applies to