IActiveScript.InterruptScriptThread(UInt32, EXCEPINFO[], UInt32) 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.
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