Hi there everyone!
My question is whats the difference between
CopyMemory ByVal VarPtr(a), ByVal VarPtr(b), 100
and
CopyMemory VarPtr(a), VarPtr(b), 100
They give different results.
Also, how do you get the address of an array? Thank you!!
|
Results 1 to 2 of 2
Thread: BYVAL questionThreaded View
|
Click Here to Expand Forum to Full Width |