local $get = 10 DllCall("c:\cc\tda\tos\gslink.dll","none","gsupdate","int*",$get) if @error <> 0 then msgbox(0,"DllCall","@error = " & " " & @error) endif msgbox(0,"$get",$get)