|
ThreadList1[g_ComPort]->Add(new RS232WriteThread(g_ComPort));
ThreadDN[g_ComPort] = reinterpret_cast<RS232WriteThread *> (ThreadList1[g_ComPort]->Items[ThreadList1[g_ComPort]->Count-1]);
ThreadDN[g_ComPort]->Resume();
위의 코드중에서 reinterpret_cast의 으미를 알려주세요.
|