/sys$common/syshlp/helplib.hlb RTL Routines, DTK$, DTK$SET_LOGGING_MODE *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The Set the Logging Mode for the Video Terminal Connected to the DECtalk Device routine controls the information that is displayed on the video terminal while the DECtalk device is functioning. Format: DTK$SET_LOGGING_MODE voice-id [,new-mode] [,old-mode] Arguments: voice-id OpenVMS usage: identifier type: longword (unsigned) access: read only mechanism: by reference Voice identifier of the DECtalk device. The voice-id argument is the address of an unsigned longword containing this identifier. The voice identifier is returned by the DTK$INITIALIZE routine. new-mode OpenVMS usage: mask_longword type: longword (unsigned) access: read only mechanism: by reference DECtalk mode to be set. The optional new-mode argument is the address of a longword bit mask containing the specified mode. Valid values for new-mode are: o DTK$M_TEXT o DTK$M_PHONEME o DTK$M_RAWHOST o DTK$M_INHOST o DTK$M_OUTHOST o DTK$M_ERROR o DTK$M_TRACE o DTK$M_DEBUG old-mode OpenVMS usage: mask_longword type: longword (unsigned) access: write only mechanism: by reference Current mode settings of the DECtalk device. The optional old-mode argument is the address of a longword bit mask that receives the current DECtalk settings.
|