Message Plugin
-------------------
by and-81
modified by Dedicated 2010-05-31 (added Home button)


Information
-------------------
This plugin listens for Windows Messages of the value 0x8000 (32768) with a WParam of 0x18 (24). It passes the LParam straight into the Input Handler.  So LParam must represent a Remote Button from the list below.

If you have any problems or suggestions drop me an email or reply in the forum post you found this.

Cheers,

 - Aaron.


Installation
-------------------
Place MessagePlugin.dll in the MediaPortal\Plugins\Process\ folder.
Place MessagePlugin.xml in the MediaPortal\InputDeviceMappings\Defaults\ folder.
Configure MediaPortal.
 - Disable any remote plugins.
 - Enable and configure MessagePlugin.


Remote Buttons
-------------------

NumPad0 = 0
NumPad1 = 1
NumPad2 = 2
NumPad3 = 3
NumPad4 = 4
NumPad5 = 5
NumPad6 = 6
NumPad7 = 7
NumPad8 = 8
NumPad9 = 9
Clear = 10
Enter = 11
Power2 = 12
Start = 13
Mute = 14
Info = 15
VolumeUp = 16
VolumeDown = 17
ChannelUp = 18
ChannelDown = 19
Forward = 20
Rewind = 21
Play = 22
Record = 23
Pause = 24
Stop = 25
Skip = 26
Replay = 27
OemGate = 28
Oem8 = 29
Up = 30
Down = 31
Left = 32
Right = 33
Ok = 34
Back = 35
DVDMenu = 36
LiveTV = 37
Guide = 38
AspectRatio = 39
MyTV = 70
MyMusic = 71
RecordedTV = 72
MyPictures = 73
MyVideos = 74
Print = 78
MyRadio = 80
Teletext = 90
Red = 91
Green = 92
Yellow = 93
Blue = 94
PowerTV = 101
Messenger = 105
Power1 = 165
Home = 115

