i´ve got a function that returns a value containing the
address of an allocated buffer. It seems like this adress is binary packt ... but i´m not sure.
I get something like that.
p♣
if i unpack it using unpack("W",$lpBuffer);
I get 38.
No my question is, how can i read the information stored at the address?