DkmThread.Suspend(Boolean) Method

Definition

Suspend this thread.

C++/CX
public:
 unsigned int Suspend(bool InternalSuspension);

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.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022