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