TELTermEventsSupp
Returns a value that indicates which terminal messages a telephone tool supports.
pascal TELErr TELTermEventsSupp (TELHandle hTEL, long *eventMask);
hTEL- A handle to the telephone record associated with the terminal for which you want information. The telephone record is returned by the
TELNewfunction or theTELNewWithResultfunction, and is described in "Telephone Record" on page 1-22.eventMask- On entry, a pointer to a long integer. On exit, that long integer indicates the terminal messages supported by the telephone tool for the specified terminal. See "Terminal Messages" on page 5-9 for a description of masks you can use to interpret this value.
- function result
- A result code. See "Result Codes" on page 5-60 for a list of result codes that the Telephone Manager may return.
DESCRIPTION
TheTELTermEventsSuppfunction returns, through theeventMaskparameter, a long integer whose bits indicate which terminal messages are supported by the telephone tool specified by thehTELparameter.