skip book previous and next navigation links
go up to top of book: HP OpenVMS I/O User's Reference Manual HP OpenVMS I/O User's Reference Manual
go to beginning of appendix: Control Connection Routines Control Connection Routines
 
go to next page: PDT$CREATE  Create a Pseudoterminal PDT$CREATE Create a Pseudoterminal
end of book navigation links

PDT$CANCEL -- Cancel Queued Request  



Cancels a queued control connection read request.

Format 

PDT$CANCEL chan

Returns 

OpenVMS
usage:
 cond_value
type : longword (unsigned)
access: write only
mechanism: by value

Arguments 

chan 



OpenVMS usage:
 channel
type : word (unsigned)
access: read only
mechanism: by value
Number of the I/O channel assigned to the pseudoterminal. This channel is only intended to be sued for PTD$XXX operations.

Return Values 

SS$_NORMAL
Normal successful completion.
SS$_DEVOFFLINE
Device is off line and request cannot proceed.
SS$_IVCHAN
Illegal channel.
SS$_NOPRIV
Insufficient privilege to perform request.


 
go to next page: PDT$CREATE  Create a Pseudoterminal PDT$CREATE Create a Pseudoterminal