Share via


IActiveScript.InterruptScriptThread(UInt32, EXCEPINFO[], UInt32) Method

Definition

public:
 int InterruptScriptThread(System::UInt32 stidThread, cli::array <stdole::EXCEPINFO> ^ pexcepinfo, System::UInt32 dwFlags);
public int InterruptScriptThread(uint stidThread, stdole.EXCEPINFO[] pexcepinfo, uint dwFlags);
abstract member InterruptScriptThread : uint32 * stdole.EXCEPINFO[] * uint32 -> int
Public Function InterruptScriptThread (stidThread As UInteger, pexcepinfo As EXCEPINFO(), dwFlags As UInteger) As Integer

Parameters

stidThread
UInt32
pexcepinfo
EXCEPINFO[]
dwFlags
UInt32

Returns

Applies to