ThreadStart* threadStart = new ThreadStart(pThread, CThread::MyFile); Thread* oThread = new Thread(threadstart); oThread->Start();
threadstart
oThread
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)