wait (BOOL32) - input

      The action to be performed when no entries are found in the queue.

      Possible values are shown in the following list:

    • DCWW_WAIT
      The requesting thread waits for an element to be added to the queue.

    • DCWW_NOWAIT
      The requesting thread does not wait, and DosReadQueue returns with ERROR_QUE_EMPTY.


    [Back] [Next]