IDkmGPUComputeKernelOperation.UpdateFlaggedState Method

Definition

Update flagged state of compute threads.

public:
 void UpdateFlaggedState(Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeKernel ^ computeKernel, Microsoft::VisualStudio::Debugger::GPU::DkmWhereClause where, bool flagged);
public void UpdateFlaggedState (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel computeKernel, Microsoft.VisualStudio.Debugger.GPU.DkmWhereClause where, bool flagged);
abstract member UpdateFlaggedState : Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel * Microsoft.VisualStudio.Debugger.GPU.DkmWhereClause * bool -> unit
Public Sub UpdateFlaggedState (computeKernel As DkmGPUComputeKernel, where As DkmWhereClause, flagged As Boolean)

Parameters

computeKernel
DkmGPUComputeKernel

[In] DkmGPUComputeKernel represents a GPU compute kernel running in the target process.

where
DkmWhereClause

[In] Where clause specification for update.

flagged
Boolean

[In] The value to update with.

Applies to