blob: b07cb6d5bf2b4c14dc30431d7495c685ba98a934 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{$IFNDEF M_TABSRMM}
{$DEFINE M_TABSRMM}
const
{
show one of the tray menus
wParam = 0 -> session list
wParam = 1 -> tray menu
lParam must be 0
}
MS_TABMSG_TRAYSUPPORT:PAnsiChar = 'SRMsg_MOD/Show_TrayMenu';
{
the service which processes globally registered hotkeys
}
MS_TABMSG_HOTKEYPROCESS:PAnsiChar = 'SRMsg_MOD/ProcessHotkey';
{$ENDIF}
|