Click here to show toolbars of the Web Online Help System: show toolbars |
Microsoft® Windows® Script Interfaces IActiveScript::GetCurrentScriptThreadID |
Language Reference Previous Next |
HRESULT GetCurrentScriptThreadID( SCRIPTTHREADID *pstidThread // receives scripting thread identifier );
Retrieves a scripting-engine-defined identifier for the currently executing thread. The identifier can be used in subsequent calls to script thread execution-control methods such as the IActiveScript::InterruptScriptThread method.
- Returns S_OK if successful, or E_POINTER if an invalid pointer was specified.
- pstidThread
- [out] Address of a variable that receives the script thread identifier associated with the current thread. The interpretation of this identifier is left to the scripting engine, but it can be just a copy of the Windows thread identifier. If the Win32 thread terminates, this identifier becomes unassigned and can subsequently be assigned to another thread.
This method can be called from non-base threads without resulting in a non-base callout to host objects or to the IActiveScriptSite interface.
Ayuda de Javascript y Vbscript para Javascripts.astalaweb.com. |