Share via


IActiveScript.GetScriptThreadState(UInt32, SCRIPTTHREADSTATE[]) Method

Definition

public:
 int GetScriptThreadState(System::UInt32 stidThread, cli::array <Microsoft::VisualStudio::Debugger::Interop::SCRIPTTHREADSTATE> ^ pstsState);
public int GetScriptThreadState(uint stidThread, Microsoft.VisualStudio.Debugger.Interop.SCRIPTTHREADSTATE[] pstsState);
abstract member GetScriptThreadState : uint32 * Microsoft.VisualStudio.Debugger.Interop.SCRIPTTHREADSTATE[] -> int
Public Function GetScriptThreadState (stidThread As UInteger, pstsState As SCRIPTTHREADSTATE()) As Integer

Parameters

stidThread
UInt32
pstsState
SCRIPTTHREADSTATE[]

Returns

Applies to