summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/delphi/m_winterspeak.inc
blob: 597b423c21f503d3bfb48c796ca5981a943e4e11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
}
const
{
  wParam - contact Handle
  lParam - Unicode text
  Notes: difference of services is for "ignore" checks, status or messages
  offline contacts don't processes (use hCantact = 0 instead)
  if English voice choosen, it can't process non-English texts (silence on Russian, for example)
}
  MS_SPEAK_STATUS :PAnsiChar = 'Speak/Status';
  MS_SPEAK_MESSAGE:PAnsiChar = 'Speak/Message';