摘要: DWORD dwFlag = ::WaitForSingleObject(m_threadEvents[0], 0) ; switch (dwFlag) { case WAIT_OBJECT_0: break; case WAIT_TIMEOUT: ... 阅读全文