From tcp server example I found code converts Int to string $aRet = DllCall("Ws2_32.dll", "str", "inet_ntoa", "int", 2130706433) If Not @error Then $aRet = $aRet[0] But how i can convert string IP to int again? Solution: inet_addr