FS_WaitNamedPipe
FS_WaitNamedPipe(
PIOREQ pir
)
A named pipe is waited for to be available through FS_WaitNamedPipe. This routine handles the Win32 function: WaitNamedPipe().
- ir_ppath
- Supplies a pointer to the pipe name in canonicalized unicode format.
- ir_rh
- Supplies handle to local NP FS or network resource that contains the named pipe.
- ir_options
- Supplies the priority of the caller.
- ir_timeout
- Supplies the number of milliseconds to wait for the named pipe to be available. Besides numeric values, the following special values may be specified.
TimeOut Special Values: |
|
Value |
Meaning |
NMPWAIT_WAIT_FOREVER |
No timeout. |
NMPWAIT_USE_DEFAULT_WAIT |
Use default timeout set in call to FS_CreateNamedPipe. |
- Returns status based on the command performed, described below.