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