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