fStatus (BYTE)

      A coded value that indicates the status of the named pipe.

      The following codes are available:

    • NPSS_EOI
      End of information buffer. No more information records follow, and subsequent fields in this information record have no defined value.

    • NPSS_RDATA
      Read data is available.

    • NPSS_WSPACE
      Write space is available.

    • NPSS_CLOSE
      The pipe is closed.


    [Back] [Next]