FS_NamedPipeRequest(
PIOREQ pir
)
All of the handle-based named pipe functions are called through FS_NamedPipeRequest using a subfunction command value.
Subfunction Command Values:
One of the following commands will be specified. |
|
Value | Meaning |
---|---|
PIPE_QHandState | Refers to the FS_GetNamedPipeHandleState function. |
PIPE_SetHandState | Refers to the FS_SetNamedPipeHandleState function. |
PIPE_QInfo | Refers to the FS_GetNamedPipeInfo function. |
PIPE_Peek | Refers to the FS_PeekNamedPipe function. |
PIPE_Transact | Refers to the FS_TransactNamedPipe function. |
The individual commands given above are discussed separately below.