/sys$common/syshlp/helplib.hlb RTL Routines, DTK$, DTK$SET_INDEX *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The Insert an Index at the Current Position routine inserts an index into the current output stream. Format: DTK$SET_INDEX voice-id ,p-index 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. p-index OpenVMS usage: longword_signed type: longword (signed) access: read only mechanism: by reference Index to be inserted. The p-index argument is the address of a signed longword containing the index value. Valid values are in the range of 1 to 32767. An index of zero is reserved for use by Compaq.
|