Return Code.
DosCallNPipe returns one of the following values:
- NO_ERROR
- ERROR_FILE_NOT_FOUND
- ERROR_PATH_NOT_FOUND
- ERROR_ACCESS_DENIED
11
95
230
231
233
234
On
the PowerPC platform, DosCallNPipe 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 DosCallNPipe to fail:
\pipe\\\\\longname.nam
For a full list of error codes, see Errors.