diff options
Diffstat (limited to 'plugins/ExternalAPI/delphi/m_radio.inc')
-rw-r--r-- | plugins/ExternalAPI/delphi/m_radio.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/delphi/m_radio.inc b/plugins/ExternalAPI/delphi/m_radio.inc index 0d8775723f..361d1ce860 100644 --- a/plugins/ExternalAPI/delphi/m_radio.inc +++ b/plugins/ExternalAPI/delphi/m_radio.inc @@ -71,6 +71,11 @@ const MS_RADIO_MUTE:PAnsiChar = 'mRadio/Mute';
{
+ wParam,lParam = 0
+}
+ MS_RADIO_QUICKOPEN:PAnsiChar = 'mRadio/QuickOpen';
+
+{
Send command to mRadio
wParam: command (see MRC_* constant)
lParam: value (usually 0)
|