waitforsingleobject

  • 网络等待线程结束
waitforsingleobjectwaitforsingleobject
  1. Different types of wait functions are available ( we 're only considering WaitForSingleObject () here ) .

    我们可以使用不同类型的等待函数(此处我们只考虑WaitForSingleObject())。

  2. However , WaitForSingleObject () allows a thread to wait explicitly on the termination of a specific or non-specific thread within the process .

    不过,WaitForSingleObject()让线程能够显式地等待进程中某个指定的或者非指定的线程终止。

  3. There are different types of wait functions available & in this section , we 're only considering WaitForSingleObject ()( the other types will be discussed separately ) .

    可以使用的等待函数有多种类型;在这一节中,我们只考虑WaitForSingleObject()(其他类型将会分别进行讨论)。