The information in this article applies to:
SYMPTOMSWhen you try to interrupt a running script thread with IActiveScript::InterruptScriptThread(), you receive one of the following errors:
-or-
CAUSEThe documentation for the IActiveScript::InterruptScriptThread() method indicates that you should pass the address of an EXCEPINFO structure as the second parameter. However, it fails to mention that this structure must be initialized because InterruptScriptThread will try to use information stored in the EXCEPINFO structure. RESOLUTIONTo correct this problem, do one of the following two things:
REFERENCES
Microsoft ActiveX 3.01 SDK; search on "ActiveX Scripting"
© Microsoft Corporation 1998, All Rights Reserved. Additional query words: vbscript jscript
Keywords : kbcode kberrmsg kbdocerr kbJScript kbVBScript |
Last Reviewed: July 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |