option (ULONG) - input

      An indicator that specifies whether to return if no thread has ended.

      The values of this field are shown in the following list:

    • DCWW_WAIT
      The current thread waits until a thread ends. If a thread has already ended, the call returns immediately with the ptid.

    • DCWW_NOWAIT
      The current thread does not wait if no threads have ended.


    [Back] [Next]