THREADID (short for thread identifier) returns a POINTER value that is the address of the operating system thread identifier for an attached thread.
|
The value used by this built-in function can be used as a parameter to system functions such as DosSetPriority, but it should not be used as a parameter to DosKillThread.