TtsSessionStart
Associate a Vocalizer instance with an application-defined session identifier string.
That string is reported in all Vocalizer error, diagnostic, and event messages for the instance going forward. This is typically called once at the start of a sequence of requests for a single end-user, then TtsSessionEnd is called if the instance will be re-used for another end-user.
TTSRETVAL TtsSessionStart (
HTTSINSTANCE hTtsInst,
const LH_CHAR * szSessionID)
Argument |
Description |
---|---|
hTtsInst |
[in] Handle to a Vocalizer instance. |
szSessionID |
[in] Application-defined session identifier string. |