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