FS_NamedPipeUNCRequest(
PIOREQ pir
)
All of the UNC path-based named pipe functions are called through FS_NamedPipeUNCRequest using a subfunction command value.
| Subfunction Command Values:
One of the following commands will be specified. |
|
| Value | Meaning |
|---|---|
| PIPE_Call | Refers to the FS_CallNamedPipe function. |
| PIPE_Wait | Refers to FS_WaitNamedPipe function. |
| ir_error | Returns status of the operation ( 0 if no error, errorcode otherwise ). |
The individual commands given above are discussed separately below.