GetCurrentThread The GetCurrentThread function returns a pseudohandle for the current thread.
VB4-32,5,6
Declare Function GetCurrentThread Lib "kernel32" Alias "GetCurrentThread" () As Long |
VB.NET
System.Threading.Thread.CurrentThread |
Operating Systems Supported |
Requires Windows NT 3.1 or later; Requires Windows 95 or later |
The return value is a pseudohandle for the current thread. |
|