FS_NamedPipeUNCRequest

FS_NamedPipeUNCRequest(
 PIOREQ pir
 )
 

All of the UNC path-based named pipe functions are called through FS_NamedPipeUNCRequest using a subfunction command value.

ir_flags
Supplies the named pipe subfunction command to perform.
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_*
Specific to each function.
ir_error Returns status of the operation ( 0 if no error, errorcode otherwise ).

The individual commands given above are discussed separately below.