I have a structure being passed to by a callback.
One of the parts in the structure is a long called lpData, which is the address to the data in memory (i assume).
Now in the C equivalent code (which i'm trying to imitate), there is a loop in which loops though the data and gets various bits of info out of it.
Can anyone tell me, knowing (assuming) that the lpData is the pointer to the data in memory, how do i get the info out of memory using that pointer.
Confused? I am and i'm the one trying to do it. I have nearly finished a personal goal and this is what is blocking me at the moment.
Cheers in advance
But_Why
