DkmGPUComputeKernel.GetStoppedThreads Method

Definition

Get all threads that hit breakpoint.

public:
 cli::array <System::UInt64> ^ GetStoppedThreads();
public:
 Platform::Array <unsigned long long> ^ GetStoppedThreads();
std::Array <unsigned long> GetStoppedThreads();
public ulong[] GetStoppedThreads ();
member this.GetStoppedThreads : unit -> uint64[]
Public Function GetStoppedThreads () As ULong()

Returns

UInt64[]

[Out] The result set of compute thread ids that hit breakpoint.

Applies to