Is there a function to obtain the memory address of a AutoIt 3 variable to pass to a dll call?
Dim $myvar
$myvar = 1
How do I get the memory address of $myvar? ie. The pointer to the address in memory.
Dim $myvar
$myvar = 1
How do I get the memory address of $myvar? ie. The pointer to the address in memory.