DkmGPUComputeKernel.GetStoppedThreads 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.
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.