HP OpenVMS I/O User’s Reference Manual: OpenVMS Version 8.4 > Appendix D Control Connection RoutinesD.3 PTD$DELETE — Delete a PseudoterminalForces the pseudoterminal to be deleted and frees the channel. Number of the I/O channel assigned to the pseudoterminal. This channel is only intended to be used for PTD$XXX operations. PTD$DELETE forces the pseudoterminal to be deleted and frees the channel assigned to the pseudoterminal. When a pseudoterminal is deleted, any process using the pseudoterminal (except the control program) is disconnected. A PTD$DELETE request causes any pending I/O for the control program to be aborted. It deletes any queued event notification ASTs and returns the I/O buffers back to the application. It also causes the pseudoterminal unit control block (UCB) to be deleted once the reference count returns to zero. |