2.3.50 FSCTL_PIPE_WAIT Reply

This message returns the results of the FSCTL_PIPE_WAIT request.

The only data item this message returns is a status code, as specified in section 2.2. Upon success, the status code returned by the function that processes this FSCTL is STATUS_SUCCESS. The most common error codes are listed in the following table.

Error code

Meaning

STATUS_SUCCESS

0x00000000

The specified named pipe is available for connection.

STATUS_OBJECT_NAME_NOT_FOUND

0xC0000034

The specified named pipe does not exist.

This error code is also returned when the pipe is closed during wait.

STATUS_IO_TIMEOUT

0xC00000B5

Timeout specified in the FSCTL_PIPE_WAIT request expired.

STATUS_INSUFFICIENT_RESOURCES

0xC000009A

There were insufficient resources to complete the operation.

STATUS_INVALID_DEVICE_REQUEST

0xC0000010

The type of the handle is not a pipe.