IActiveScript.GetScriptThreadID(UInt32, 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 GetScriptThreadID(System::UInt32 dwWin32ThreadId, [Runtime::InteropServices::Out] System::UInt32 % pstidThread);
public int GetScriptThreadID(uint dwWin32ThreadId, out uint pstidThread);
abstract member GetScriptThreadID : uint32 * uint32 -> int
Public Function GetScriptThreadID (dwWin32ThreadId As UInteger, ByRef pstidThread As UInteger) As Integer
Parameters
- dwWin32ThreadId
- UInt32
- pstidThread
- UInt32