Exemplo n.º 1
0
 int StartThread(void* arg) {
    CThread * thread = static_cast<CThread*>(arg);
    return thread->DoExecute();
 }