Share via


IQueryComputeThreadInfo110.UpdateFrozenState(WHERE_CLAUSE[], Int32) Method

Definition

public:
 int UpdateFrozenState(cli::array <Microsoft::VisualStudio::Debugger::Interop::WHERE_CLAUSE> ^ pWhereClause, int fFrozen);
int UpdateFrozenState(std::Array <Microsoft::VisualStudio::Debugger::Interop::WHERE_CLAUSE> const & pWhereClause, int fFrozen);
public int UpdateFrozenState (Microsoft.VisualStudio.Debugger.Interop.WHERE_CLAUSE[] pWhereClause, int fFrozen);
abstract member UpdateFrozenState : Microsoft.VisualStudio.Debugger.Interop.WHERE_CLAUSE[] * int -> int
Public Function UpdateFrozenState (pWhereClause As WHERE_CLAUSE(), fFrozen As Integer) As Integer

Parameters

pWhereClause
WHERE_CLAUSE[]
fFrozen
Int32

Returns

Applies to