- 使用WaitForMultipleObjects:
- 可以等待一个或所有指定对象更改为单个状态
问题:
- 一个人怎么能等待一个特定的数量-例如
5
,例如
用法
dwEvent = WaitForMultipleObjects(
maxExpectedConnections,
ghEventsA,
TRUE,//but wait for a specified number instead
INFINITE);