cnodnarb Posted November 28, 2012 Posted November 28, 2012 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.
JohnOne Posted November 28, 2012 Posted November 28, 2012 (edited) DllStructCreate() DllStructSetData() DllStructGetPointer() Edited November 28, 2012 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now