ulrc (APIRET) - returns

      Return Code.

      DosCreateNPipe returns one of the following values:

    • NO_ERROR
    • ERROR_PATH_NOT_FOUND
    • ERROR_NOT_ENOUGH_MEMORY
      84
        ERROR_OUT_OF_STRUCTURES
      87
        ERROR_INVALID_PARAMETER
      231
        ERROR_PIPE_BUSY
      On the PowerPC platform, DosCreateNPipe fails with error code ERROR_PATH_NOT_FOUND when the pipe name contains more than one \ in the name. For example, the following pipe name would cause DosCreateNPipe to fail:
        \pipe\\\\\longname.nam

      For a full list of error codes, see Errors.


    [Back] [Next]