how can I retrieve some data that contains a string from a pointer ?
I'm using win api in vb , the function returns (long) actually a pointer to some text , how can I get the text in vb ?

thanks