| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Fri May 02, 2008 9:57 pm Post subject: how to use Pointer with Dllcall or Sendmessage? |
|
|
i don't really know how to use pointer in autohotkey
i'm trying to test various dllcalls and sendmessage for studying purpose.
i couldn't found in help file that says how to use pointer
| Code: | ThisisVar = 0000
ThisisPointer := Var |
is this pointer?
hope someone would answer me.
i haven't got answers ever
thanks |
|
| Back to top |
|
 |
SomeGuy
Joined: 21 Apr 2008 Posts: 96 Location: somewhere
|
Posted: Fri May 02, 2008 10:00 pm Post subject: |
|
|
| Code: | Var = blah
Pointer_to_Var := &Var
|
|
|
| Back to top |
|
 |
Guest
|
Posted: Fri May 02, 2008 10:08 pm Post subject: |
|
|
Thanks for answer SomeGuy
i'll trying. |
|
| Back to top |
|
 |
|