DkmGPUComputeKernel.UpdateFrozenState(DkmWhereClause, Boolean) 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::DkmWhereClause Where, bool Frozen);
void UpdateFrozenState(Microsoft::VisualStudio::Debugger::GPU::DkmWhereClause Where, bool Frozen);
public void UpdateFrozenState (Microsoft.VisualStudio.Debugger.GPU.DkmWhereClause Where, bool Frozen);
member this.UpdateFrozenState : Microsoft.VisualStudio.Debugger.GPU.DkmWhereClause * bool -> unit
Public Sub UpdateFrozenState (Where As DkmWhereClause, Frozen As Boolean)
Parameters
- Where
- DkmWhereClause
[In] Where clause specification for update.
- Frozen
- Boolean
[In] The value to update with.