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