
Getting null terminated str from it's address
Private Declare Sub CopyPtrToStr Lib "Kernel32" Alias "lstrcpy" (ByVal Dest
As String, ByVal Source As Long)
Make sure your string is initialized and large enough.
Alex
oz schrieb in Nachricht ...
Quote:
>Hi,
>I have an API that return to me an address of a null terminated string
>address
>how can i get it's value ( somm address function)
>--
>Best Regards
>Oz Renzer