IsThread()
语法
Result = IsThread(Thread)概要
Tests if the given thread number is a valid thread created with the CreateThread() function, and if it is still running.
参数
Thread The thread to use.
返回值
Nonzero if the thread is still valid and running, zero otherwise.
已支持操作系统
所有