IDkmGPUComputeKernelOperation.UpdateFrozenState 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.
Update frozen state of compute threads.
public:
void UpdateFrozenState(Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeKernel ^ computeKernel, Microsoft::VisualStudio::Debugger::GPU::DkmWhereClause where, bool frozen);
public void UpdateFrozenState (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel computeKernel, Microsoft.VisualStudio.Debugger.GPU.DkmWhereClause where, bool frozen);
abstract member UpdateFrozenState : Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel * Microsoft.VisualStudio.Debugger.GPU.DkmWhereClause * bool -> unit
Public Sub UpdateFrozenState (computeKernel As DkmGPUComputeKernel, where As DkmWhereClause, frozen 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.
- frozen
- Boolean
[In] The value to update with.