Converts a value of type WORD to a value of type SHORT
#include <WinAPIConv.au3> _WinAPI_WordToShort ( $iValue )
#include <WinAPIConv.au3> Local $iValue = 65535 ConsoleWrite(_WinAPI_WordToShort($iValue) & @CRLF)