I am calling a function in a c dll from visual basic. The function returns a LPSTR. How can I use the pointer value returned to actually get the string it is pointing to?