summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/delphi/m_winterspeak.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExternalAPI/delphi/m_winterspeak.inc')
-rw-r--r--plugins/ExternalAPI/delphi/m_winterspeak.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/delphi/m_winterspeak.inc b/plugins/ExternalAPI/delphi/m_winterspeak.inc
new file mode 100644
index 0000000000..b00c7330d8
--- /dev/null
+++ b/plugins/ExternalAPI/delphi/m_winterspeak.inc
@@ -0,0 +1,9 @@
+{
+}
+const
+{
+ wParam - contact Handle
+ lParam - Unicode text
+}
+ MS_SPEAK_STATUS:PAnsiChar = 'Speak/Status';
+ MS_SPEAK_MESSAGE:PAnsiChar = 'Speak/Message';