TELOpenTerm
Opens a terminal.
pascal TELErr TELOpenTerm (TELHandle hTEL);
hTEL- A handle to a telephone record.
- function result
- A result code.
DESCRIPTION
TheTELOpenTermfunction attempts to open a telephone terminal, using the information contained in the telephone record specified by thehTELparameter.TELOpenTermopens the driver associated with the telephone tool specified in theprocIDfield of that record. It also finishes initializing the telephone record by filling in any fields that have not yet been filled in. Note that several applications can open the same terminal.
- IMPORTANT
- You must call
TELOpenTermbefore calling any other telephone terminal routines described in this chapter. You can, however, callTELTermMsgHandbefore opening a terminal.![]()