Destroys a pipe.
a0tError a0DisposePipe( | | | |
| a0tPipe | *pipe);
| |
Name | rd/wr | Description |
pipe | read | Pipe to destroy. |
This function destroys a pipe previously created by a0NewPipe(). All pending communications are waited (see a0Flush()) and no further communication is allowed. The buffer allocated to the pipe is freed, but its port descriptor is left untouched.
Error Code | Description |
A0Err...Some error occurred. | |
A0ErrOkSuccessful completion. | |
a0NewPipe() a0IFPut() a0IFGet() a0Flush()