Disposes a port.
a0tError | a0DisposePort( | | | |
| | a0tPort | *port);
| |
| Name | rd/wr | Description |
| port | write | Port to dispose. |
This function disposes a port descriptor. It allows the system to reuse the port numbers of the disposed port descritor. In the current version, this function doesn't perform any action.
| Error Code | Description |
A0Err...| Some error occurred. | |
A0ErrOk| Successful completion. | |