Return Code.
DosCreateNPipe returns one of the following values:
- NO_ERROR
- ERROR_PATH_NOT_FOUND
- ERROR_NOT_ENOUGH_MEMORY
84
87
231
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.